Feature #42457
closedBackend layout & page content wizard
100%
Description
Hello,
I dont know if this big has already submitted (cant see search function in the bug tracker).
I'm using Typo3 4.5 LTS and made custom backend layouts. In the BE, the step 2 of the page content wizard don't fit to the page's backend layout but display Typo3 default layout (Left, Normal, Right, Border).
Files
Updated by Thorsten Kahler over 12 years ago
- Tracker changed from Bug to Feature
- Status changed from New to Accepted
- Target version changed from 4.5.21 to 6.1.0
- Complexity set to medium
This rather qualifies as a missing feature and so sadly can't be "fixed" before version 6.1.
Updated by Ingo Renner over 12 years ago
For 6.0 I would accept it as bug, since 6.0 completely uses backend layouts. Even the default/old left,normal,right,border layout is built using a backend layout.
Updated by Martin Kästner about 12 years ago
Please look also at the related bugs - these are almost 2 years old. And they are related to a not complete implementation of backend_layouts, I think. And there are patches for both bugs. This should be a speed up.
Since there is a feature call "backend layout" it should be used on all possible locations in the backend. So it's a bug, not a new feature.
bye
Martin
Updated by Martin Kästner about 12 years ago
- File 42457-v477.diff 42457-v477.diff added
- File 42457-master.diff 42457-master.diff added
Hi again,
this is not a missing feature, because the integration of backend layout is already in the file:
t3lib/class.t3lib_positionmap.php
There is only a simple small error. See diff atached for Version 4.7.x and for master.
The labels for the columns are already loaded because of the line 419:
$tcaItems = t3lib_div::callUserFunction('EXT:cms/classes/class.tx_cms_backendlayout.php:tx_cms_BackendLayout->getColPosListItemsParsed', $pid, $this);
This solves also the bug #24992.
bya
Martin
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16811
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16812
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16837
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/16839
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16837
Updated by Alexander Opitz almost 12 years ago
@Martin Kästner
Steffen Ritter noted to the patch: "Please omit the path to the file within the call user function. Thanks to the auto loader this is not required anymore and makes the code more readable as well as maintainable."
Can you please update the patch http://review.typo3.org/16837 ?
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/16837
Updated by Gerrit Code Review over 10 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/16837
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/16837
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33644
Updated by Martin Kästner over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f452e91e67938052d4edfd0f381dda44d99a0c3a.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed