[TASK] Refactor implementation of PaginateWidget
Refactors templates to minimise the impact of using the uncompilable PaginateWidget. By moving the Widget to a separate partial and the body rendered by the Widget to another partial the impact is reduced to a minimum, because the uncompilable template has just two nodes. Change-Id: I6f1d528ed0c45d776c4952596ac5a8828d04f477 Resolves: #81766 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53376 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
Showing
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/PaginatedListWidget.html 3 additions, 0 deletions...ces/Private/Partials/BackendUser/PaginatedListWidget.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/PaginatedListWidgetBody.html 27 additions, 0 deletions...Private/Partials/BackendUser/PaginatedListWidgetBody.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUserGroup/PaginatedListWidget.html 3 additions, 0 deletions...rivate/Partials/BackendUserGroup/PaginatedListWidget.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUserGroup/PaginatedListWidgetBody.html 25 additions, 0 deletions...te/Partials/BackendUserGroup/PaginatedListWidgetBody.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html 1 addition, 32 deletions...beuser/Resources/Private/Templates/BackendUser/Index.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUserGroup/Index.html 1 addition, 30 deletions...r/Resources/Private/Templates/BackendUserGroup/Index.html
Please register or sign in to comment