Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Classes/Tca/ItemProcFunc.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function txContainerParent(array &$parameters): void
$container = $this->containerFactory->buildContainer((int)$row['tx_container_parent']);
$cType = $container->getCType();
$items[] = [
$cType,
$container->getContainerRecord()['header'] ?? $cType,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should use the container label, i will make a new PR,
https://github.com/b13/container/compare/issue-667
thanks for reporting and PR

$row['tx_container_parent'],
];
} catch (Exception $e) {
Expand Down