Project

General

Profile

Actions

Feature #42457

closed

Backend layout & page content wizard

Added by David Lemaitre over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2012-10-28
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

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

42457-v477.diff (809 Bytes) 42457-v477.diff Martin Kästner, 2012-11-27 14:08
42457-master.diff (973 Bytes) 42457-master.diff Martin Kästner, 2012-11-27 14:08

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #24992: List module - backend layout - moving content elementsClosed2011-02-09

Actions
Related to TYPO3 Core - Feature #25113: itemsProcFunc is not taken into account while generating labels for select items in the list moduleClosed2011-02-20

Actions
Related to TYPO3 Core - Bug #63042: Fix invalid call to array_column in 6.2 as this is not supported in older php versionsClosedMarkus Klein2014-11-18

Actions
Actions #1

Updated by Thorsten Kahler over 11 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.

Actions #2

Updated by Ingo Renner over 11 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.

Actions #3

Updated by Martin Kästner over 11 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 over 11 years ago

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

Actions #5

Updated by Gerrit Code Review over 11 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

Actions #6

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16812

Actions #7

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16837

Actions #8

Updated by Gerrit Code Review over 11 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

Actions #9

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16837

Actions #10

Updated by Alexander Opitz about 11 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 ?

Actions #11

Updated by Gerrit Code Review almost 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

Actions #12

Updated by Gerrit Code Review over 9 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

Actions #13

Updated by Gerrit Code Review over 9 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

Actions #14

Updated by Gerrit Code Review over 9 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

Actions #15

Updated by Martin Kästner over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #16

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF