Skip to content
Snippets Groups Projects
Commit 3cb0d3bb authored by Simon Gilli's avatar Simon Gilli Committed by Andreas Fernandez
Browse files

[BUGFIX] Show content for columns with colPos set only

Setting up backend layouts with colPos not set will show the content of
column 0 because of an excplicit cast of the colPos. This patch checks
if colPos is set and if not skips the assignment of records.

Resolves: #91176
Releases: master, 10.4
Change-Id: I75d9818c4330bb8a4d9a7a60130a547167a83e58
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64305


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 3e066d2c
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment