Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
131 stars 86 forks source link

Wrong fields in backend_layout_next_level hierarchy #413

Closed schrob3000 closed 3 years ago

schrob3000 commented 3 years ago

TYPO3 10.4.16 mask 7.0.9

Home -> backend_layout_next_level = 1
└── Subpage -> backend_layout_next_level = 10
    └── Subsubpage

In this configuration the page properties from "Subsubpage" contains fields from layout 1 (expected: fields from layout 10)

Layout 1 properties Bildschirmfoto vom 2021-06-15 17-58-31

Home -> backend_layout_next_level = 20 (heigher than 10)
└── Subpage -> backend_layout_next_level = 10
    └── Subsubpage

In this configuration the page properties from "Subsubpage" contains the correct fields from layout 10

Layout 10 Properties Bildschirmfoto vom 2021-06-15 18-00-04

nhovratov commented 3 years ago

Thanks for the detailed issue! It's fixed now and will be released with 7.0.10.