more fixing paths to follow /zencrm policy

it counts for things that they open in popups, too.
This commit is contained in:
naomi 2018-04-11 13:19:03 +02:00
parent 3226ce01d3
commit 0068566b22
1 changed files with 6 additions and 6 deletions

View File

@ -49,12 +49,12 @@ use Drupal\user\UserInterface;
* "status" = "status", * "status" = "status",
* }, * },
* links = { * links = {
* "canonical" = "/admin/structure/hat/{hat}", * "canonical" = "/zencrm/hat/{hat}",
* "add-page" = "/admin/structure/hat/add", * "add-page" = "/zencrm/hat/add",
* "add-form" = "/admin/structure/hat/add/{hat_type}", * "add-form" = "/zencrm/hat/add/{hat_type}",
* "edit-form" = "/admin/structure/hat/{hat}/edit", * "edit-form" = "/zencrm/hat/{hat}/edit",
* "delete-form" = "/admin/structure/hat/{hat}/delete", * "delete-form" = "/zencrm/hat/{hat}/delete",
* "collection" = "/admin/structure/hat", * "collection" = "/zencrm/hat",
* }, * },
* bundle_entity_type = "hat_type", * bundle_entity_type = "hat_type",
* field_ui_base_route = "entity.hat_type.edit_form" * field_ui_base_route = "entity.hat_type.edit_form"