Skip to content

[fix] read icon from extras in actions menu template#7

Merged
wtorsi merged 8 commits intomainfrom
8.0
Mar 2, 2026
Merged

[fix] read icon from extras in actions menu template#7
wtorsi merged 8 commits intomainfrom
8.0

Conversation

@baldrys-ed
Copy link
Contributor

IconExtension moves icon from options to extras['icon']. Use item.getExtra('icon') instead of item.option('icon').

dev and others added 8 commits March 2, 2026 12:58
IconExtension moves icon from options to extras['icon'].
Use item.getExtra('icon') instead of item.option('icon').
- MetaDto: use ChamberOrchestra\Meta\Entity\Helper\RobotsBehaviour
- MetaType: same namespace fix, remove @phpstan-ignore comments
- CrudUtils: replace MetaInterface instanceof check with MetaTrait
  detection via classUsesRecursive(); use reflection for property
  access instead of getter calls

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
# Conflicts:
#	src/Processor/Utils/CrudUtils.php
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…e 8.0

RangeType::buildView() now sets:
- parameter (was pageParameter)
- start / end (were startPage / endPage)
- previous/next as null instead of undefined

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Switch from default ESM import to side-effect import (select2 is CJS/UMD, has no default export)
- Fix input-group wrapping: use flex:1 1 0% so Select2's inline width style is ignored by flex layout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ursive

PHPStan infers class_uses() as array<string, string>; add @var annotation
so the return type array<class-string, class-string> is satisfied.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@wtorsi wtorsi merged commit 1fea376 into main Mar 2, 2026
1 check passed
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.

2 participants