- Issue created by @rogerpfaff
- 🇩🇪Germany rogerpfaff Munich
A look into the entity definition of the entityqueue module shows in src/Entity/EntitySubqueue.php
entity_keys = { * "id" = "name", * "revision" = "revision_id", * "bundle" = "queue", * "label" = "title", * "langcode" = "langcode", * "uuid" = "uuid", * "owner" = "uid", * "published" = "status", * },
I think this is where the break happens. Should entityqueue module adapt this or tome handle it?