Changing routes back after they got changed when regenerating entities

This commit is contained in:
naomi
2018-04-11 12:39:39 +02:00
parent a48e37ad39
commit cf0d928423
4 changed files with 6 additions and 17 deletions

View File

@ -44,10 +44,10 @@ use Drupal\user\UserInterface;
* "status" = "status",
* },
* links = {
* "canonical" = "/admin/structure/person/{person}",
* "add-form" = "/admin/structure/person/add",
* "edit-form" = "/admin/structure/person/{person}/edit",
* "delete-form" = "/admin/structure/person/{person}/delete",
* "canonical" = "/zencrm/person/{person}",
* "add-form" = "/zencrm/person/add",
* "edit-form" = "/zencrm/person/{person}/edit",
* "delete-form" = "/zencrm/person/{person}/delete",
* "collection" = "/admin/structure/person",
* },
* field_ui_base_route = "person.settings"