EasyAdminBundle
EasyAdminBundle copied to clipboard
Custom UUID Doctrine types
https://github.com/EasyCorp/EasyAdminBundle/pull/5348 was not a bug IMHO. Now the code does not make much sense since the filter can now be used for any custom Doctrine type which has the name uuid or ulid. The purpose of the check was to only allow Symony's implementation of UUIDs and no other implementations. Maybe it is ok to allow other implementations which extend the Symfony implementation but it makes no sense to allow all implementation witch a magic name. I will do small a PR to fix it.
Cc @silasjoisten