Actions
Bug #94287
closedView button in EditDocumentController does not work
Status:
Closed
Priority:
Should have
Assignee:
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
Updated by Oliver Bartsch over 3 years ago
- Related to Task #94114: EditDocumentController should use a POST request for persisting to DataHandler added
Updated by Gerrit Code Review over 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
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0b00f004df660ab5a8c8761c1889a4de97bfc282.
Actions