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
Actions