Actions
Bug #34869
closedBackend Layout Wizard: Uses saved configuration instead of the current
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-03-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
The wizard of the backend layout loads always the layout from the database, not the current of the textarea. So you always have to click on the save button of the record in order to adjust you layout with the wizard without loosing your latest changes in case you forgot something.
Reproduction steps:- Create a new backend layout and click on the wizard icon.
- E.g. create a two column layout. Click the save and close icon in the wizard window. The textarea is updated with your new layout.
- Click on the wizard icon again. The wizard shows the default layout instead of your defined one: one undefined column.
- Open an existing backend layout and click on the wizard icon. Your current column setting is loaded.
- Edit your layout (remove or add columns). Click the save and close icon in the wizard window. The textarea gets updated with the new configuration.
- Just click on the wizard icon again: The wizard shows the old setting of your columns (that are saved to the database) instead of your adjusted layout.
Actions