- Issue created by @prudloff
It seems both entity.config_pages.edit_form and config_pages.add_form declare the same path pattern.
The result is that config_pages.add_form is always loaded and entity.config_pages.edit_form ca never be reached.
Either use a different path entity.config_pages.edit_form or maybe just remove it?
Active
2.0
Code