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.
Updated by Jigal van Hemert over 12 years ago
- Category set to Backend User Interface
- Status changed from New to Accepted
- Priority changed from Could have to Should have
- Complexity set to medium
It could be solved by checking if there are unsaved changes when the user clicks on the wizard button. The new form wizard performs the same check.
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi almost 9 years ago
just for the record: gridelements has the same behavior
Updated by Riccardo De Contardi over 8 years ago
I think that this has became obsolete with version 8.1
Updated by Georg Ringer over 8 years ago
- Status changed from Accepted to Resolved
as stated already, this has been resolved by having the wizard inline
Actions