Project

General

Profile

Actions

Task #68881

closed

Add backend routes for wizards (part 2)

Added by Manuel Selbach over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2015-08-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.

Actions

Also available in: Atom PDF