[TASK] Cleanup CLI commands in EXT:backend
* Make backend:unlock and backend:lock a separate class. * Manually require the CLI user for ReferenceIndexUpdateCommand * Cleanup the commands.php (as the "user" property is not evaluated anymore) Resolves: #79261 Releases: master Change-Id: Id3c90780de0dc299c07c5bca14dd4247b634d53c Reviewed-on: https://review.typo3.org/51247 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Command/LockBackendCommand.php 10 additions, 49 deletionstypo3/sysext/backend/Classes/Command/LockBackendCommand.php
- typo3/sysext/backend/Classes/Command/ReferenceIndexUpdateCommand.php 3 additions, 0 deletions...t/backend/Classes/Command/ReferenceIndexUpdateCommand.php
- typo3/sysext/backend/Classes/Command/UnlockBackendCommand.php 67 additions, 0 deletions...3/sysext/backend/Classes/Command/UnlockBackendCommand.php
- typo3/sysext/backend/Configuration/Commands.php 3 additions, 5 deletionstypo3/sysext/backend/Configuration/Commands.php
Please register or sign in to comment