Actions
Bug #24512
closedbe_layout setting "none" is not working and be_layout should not be inherited automatically
Start date:
2011-01-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are still two bugs with the current behaviour of be_layout and be_layout_next_level:
1. be_layout must affect the current page only - currently it affects subpages as well. be_layout_next_level must be used instead
2. be_layout setting "none" will stop the inheritance for the current page
3. be_layout_next_level "none" will stop inheritance for subpages
currently "None" has no effect at all.
Additionally this change will have people easily access the selected be_layout via TS levelfield
The change will affect the function getSelectedBackendLayoutUid only, so no big deal to change it.
Will come up with a patch ASAP.
(issue imported from #M16966)
Files
Actions