Skip to content

Conversation

@cweiske
Copy link

@cweiske cweiske commented Dec 22, 2025

Instead of showing the CType in the tx_container_parent dropdown as it was up to now.

Resolves: #667

Instead of showing the CType in the tx_container_parent dropdown
as it was up to now.

Resolves: b13#667
$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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show container title in tx_container_parent dropdown

2 participants