Project

General

Profile

Actions

Bug #103501

closed

Respect backend_layout on current page

Added by Georg Ringer about 1 month ago. Updated 28 days ago.

Status:
Resolved
Priority:
Should have
Assignee:
Category:
Backend User Interface
Start date:
2024-03-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In v13 if backend_layout is set, this does not change the layout in the page module.

how to reproduce:

1. add tsconfig from below in tsconfig
2. save, and select tsconfig on page

mod.web_layout.BackendLayouts {
  exampleKey {
    title = Example
    icon = EXT:example_extension/Resources/Public/Images/BackendLayouts/default.gif
    config {
      backend_layout {
        colCount = 1
        rowCount = 5
        rows {
          1 {
            columns {
              1 {
                name = Keyvisual
                colPos = 2
              }
            }
          }
          2 {
            columns {
              1 {
                name = Content
                colPos = 1
              }
            }
          }
          3 {
            columns {
              1 {
                name = Footer
                rowspan = 3
                colPos = 3
              }
            }
          }
          4 {
            columns {
            }
          }
          5 {
            columns {
            }
          }
        }
      }
    }
  }
}

I couldn't reproduce it in v12 in a project but suggest to be in sync with v12

Actions #1

Updated by Gerrit Code Review about 1 month ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83624

Actions #2

Updated by Gerrit Code Review 28 days ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83656

Actions #3

Updated by Georg Ringer 28 days ago

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

Also available in: Atom PDF