drupal-code-generator icon indicating copy to clipboard operation
drupal-code-generator copied to clipboard

Specifying a custom base path for the content entity is not respected for "collection"

Open lisotton opened this issue 8 months ago • 0 comments

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?

lisotton avatar Mar 11 '25 10:03 lisotton