Project

General

Profile

Actions

Bug #94287

closed

View button in EditDocumentController does not work

Added by Oliver Bartsch almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2021-06-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

The "View" button in EditDocumentController (FormEngine) only opens a new empty window.

The reason is:

  • The view button triggers JavaScript, which opens a blank new window
  • The corresponding target is added via the ImmediateAction element, which gets added to the modules' markup in case _savedocview was requested
  • Since #94114 the corresponding JavaScript code is however not longer added to the modules' markup since a new redirect was introduced which does not transfer the _savedocview information

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #94114: EditDocumentController should use a POST request for persisting to DataHandlerClosedBenni Mack2021-05-11

Actions
Actions #1

Updated by Oliver Bartsch almost 3 years ago

  • Related to Task #94114: EditDocumentController should use a POST request for persisting to DataHandler added
Actions #2

Updated by Gerrit Code Review almost 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69415

Actions #3

Updated by Oliver Bartsch almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF