[TASK] Allow hiding "Entire workspace" drop down
Workspace backend module: With #94935 the "Entire workspace" mass drop down has been placed more prominently by moving it to the first position in the action drop down row. The "Entire workspace" action publishes *all* pending workspace changes of *all* pages at once. Depending on use case, this can be dangerous: There are cases where a workspace is used to prepare a small amount of changes, to then publish everything at once. This is fine. There are also use cases where editors use one big workspace to prepare distinct changes in multiple pages and then publish single pages only. In the latter case, accidently using the "Publish absolutely everything" drop down will publish lots of unwanted changes. To mitigate this risk, admins get a new toggle in the workspace 'publish_access' field of workspace records to hide the "Entire workspace" action drop down of this workspace when checked. Resolves: #98155 Related: #94935 Related: #96468 Releases: main, 11.5 Change-Id: Ia55bf509df17842ad1f6c5fdea031fb633419f08 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75478 Tested-by:core-ci <typo3@b13.com> Tested-by:
Claus-Peter Eberwein <claus-peter.eberwein@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Claus-Peter Eberwein <claus-peter.eberwein@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/workspaces/Classes/Controller/ReviewController.php 1 addition, 0 deletions...sysext/workspaces/Classes/Controller/ReviewController.php
- typo3/sysext/workspaces/Configuration/TCA/sys_workspace.php 1 addition, 0 deletionstypo3/sysext/workspaces/Configuration/TCA/sys_workspace.php
- typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xlf 3 additions, 0 deletions...xt/workspaces/Resources/Private/Language/locallang_db.xlf
- typo3/sysext/workspaces/Resources/Private/Partials/WorkingTable.html 5 additions, 5 deletions...t/workspaces/Resources/Private/Partials/WorkingTable.html
Please register or sign in to comment