In templates/Entity/_content-entity/src/Entity/Example.php.twig the path for the collection is hard-coded to /admin/content/{{ entity_type_id_short|u2h }} and does not use the entity_base_path provided.
In my opinion this should be {{ entity_base_path }}.
What do you guys think?
In
templates/Entity/_content-entity/src/Entity/Example.php.twigthe path for thecollectionis hard-coded to/admin/content/{{ entity_type_id_short|u2h }}and does not use theentity_base_pathprovided.In my opinion this should be
{{ entity_base_path }}.What do you guys think?