[TASK] Move workspaces preview hook to EXT:workspaces
Move the preview functionality (of sys_preview) from EXT:version to EXT:workspaces as it resolves solely functionality to preview a page within a workspace with the link. A class map alias ensures that all functionality is still given and non-breaking, however the SQL information was moved to EXT:workspaces, so it breaks if only EXT:version is installed and e.g. sys_preview was used for something unrelated to the preview functionality. Resolves: #78434 Releases: master Change-Id: If5ca8cf7c3a983b84274778913860764d4c3a803 Reviewed-on: https://review.typo3.org/50330 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/version/Migrations/Code/ClassAliasMap.php 1 addition, 0 deletionstypo3/sysext/version/Migrations/Code/ClassAliasMap.php
- typo3/sysext/version/ext_localconf.php 0 additions, 6 deletionstypo3/sysext/version/ext_localconf.php
- typo3/sysext/version/ext_tables.sql 0 additions, 10 deletionstypo3/sysext/version/ext_tables.sql
- typo3/sysext/workspaces/Classes/Hook/PreviewHook.php 2 additions, 3 deletionstypo3/sysext/workspaces/Classes/Hook/PreviewHook.php
- typo3/sysext/workspaces/Classes/Service/WorkspaceService.php 1 addition, 1 deletiontypo3/sysext/workspaces/Classes/Service/WorkspaceService.php
- typo3/sysext/workspaces/ext_localconf.php 6 additions, 0 deletionstypo3/sysext/workspaces/ext_localconf.php
- typo3/sysext/workspaces/ext_tables.sql 11 additions, 0 deletionstypo3/sysext/workspaces/ext_tables.sql
Please register or sign in to comment