FoxCie
FoxCie
Hello @emnsen , thanks for your response. Yes, I know about decision strategy, but the thing is that our voter that allows the admin to do anything is there as...
Ok, I wrote a test that should pass here but not on the main branch, but doing so I noticed another bug that has appeared in my fix. The bug...
So I tracked down the issue with conflicting template names to this line https://github.com/phpstan/phpstan-src/blob/1.12.x/src/Type/FileTypeMapper.php#L676 where the template type maps are merged when handling traits use, which comes down to an...
> Couldn't we simply change [ChoiceConfigurator.php:65](https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/src/Field/Configurator/ChoiceConfigurator.php#L65) to use automatic numeric keys? Since the value is already used during rendering, it seems the keys are not needed (unless I'm missing something)....