Skip to content
Snippets Groups Projects
Commit f033c124 authored by Christian Kuhn's avatar Christian Kuhn Committed by Benni Mack
Browse files

[BUGFIX] Drop 'List View' in workspace preview

The workspace preview not only has the default view with
the slider to show differences between live and workspace
version. It additionally contains a full workspace module
accessible through the 'List View' button.
This view is notoriously broken and not fully thought through.
For instance the 'Open version of page' button breaks out of
the module to a different place of the backend, restricted to
the main module frame, and there is no way back.
For simple workspace stage editing, the default preview
mode has the 'send to stage' and 'discards' buttons already,
so there is little reason to have the backend module rendered
in the preview in the first place.
The patch drops the 'List View' from the preview. Next to
a cleaner interface, this increases the performance of the
preview since a full backend call plus various ajax calls
are no longer executed.

Resolves: #92031
Releases: master, 10.4
Change-Id: I33d21931e157aed2ef64cca3808cc4b6c28a8ef1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65352


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent ec77e149
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment