Skip to content

Commit 860ca3e

Browse files
committed
[BUGFIX] Restore colPos filter for IRRE children
This ensures the colPos field is also filtered for IRRE children.
1 parent e259e9e commit 860ca3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/Form/FormDataProvider/TcaColPosItems.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public function addData(array $result)
4848
// colPos items (e.g. from backend layout) are processed by an itemsProcFunc only
4949
// This function only gets called for config type IN (checkbox, radio, select)
5050
if ('tt_content' !== $result['tableName']
51-
|| !empty($result['isInlineChild'])
5251
|| empty($result['processedTca']['columns']['colPos']['config']['type'])
5352
|| !in_array($result['processedTca']['columns']['colPos']['config']['type'], ['checkbox', 'radio', 'select'], true)
5453
) {

0 commit comments

Comments
 (0)