Task #68881
closedAdd backend routes for wizards (part 2)
100%
Description
Move all wizards to the Backend Routing.
Do not use the module registration for wizards in ext_tables.php
Use Configuration/Backend/Routes.php instead.
Instructions for testing the routings:
colorpicker wizard
------------------
To test colorpicker follow these steps:
- install introduction package
- create a bootstrap carousel element
- create a carousel item
- The wizard is located beside the "Text color" field
- Open the wizard. The route should now be visible in the location of the wizard window.
BackendLayout wizard
--------------------
- create a backend layout record per list view
- The wizard is located beside the field "Config"
- Open the wizard. The route should now be visible in the location of the wizard window.
Table wizard
------------
- create a content element of type "Table"
- save it
- go to tab "Table"
- The wizard is located beside the field "Text"
- Have a look at the href-attribute of the wizard link. The route should be visible there.
RTE wirzard
-----------
- create a text element and save it
- The wizard is located beside the RTE for field "Text" (Fullscreen Rich Text Editing)
- Have a look at the href-attribute of the wizard link. The route should be visible there.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42447
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42447
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42447
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42447
Updated by Manuel Selbach over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 42d40735a62066f7aa46b61aa224a220ea80acfa.
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed