From 0068566b227de4f21032e0889d71c71177fdb264 Mon Sep 17 00:00:00 2001 From: naomi Date: Wed, 11 Apr 2018 13:19:03 +0200 Subject: [PATCH] more fixing paths to follow /zencrm policy it counts for things that they open in popups, too. --- modules/zencrm_entities/src/Entity/Hat.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/zencrm_entities/src/Entity/Hat.php b/modules/zencrm_entities/src/Entity/Hat.php index 8c0243e..ab6f5b2 100644 --- a/modules/zencrm_entities/src/Entity/Hat.php +++ b/modules/zencrm_entities/src/Entity/Hat.php @@ -49,12 +49,12 @@ use Drupal\user\UserInterface; * "status" = "status", * }, * links = { - * "canonical" = "/admin/structure/hat/{hat}", - * "add-page" = "/admin/structure/hat/add", - * "add-form" = "/admin/structure/hat/add/{hat_type}", - * "edit-form" = "/admin/structure/hat/{hat}/edit", - * "delete-form" = "/admin/structure/hat/{hat}/delete", - * "collection" = "/admin/structure/hat", + * "canonical" = "/zencrm/hat/{hat}", + * "add-page" = "/zencrm/hat/add", + * "add-form" = "/zencrm/hat/add/{hat_type}", + * "edit-form" = "/zencrm/hat/{hat}/edit", + * "delete-form" = "/zencrm/hat/{hat}/delete", + * "collection" = "/zencrm/hat", * }, * bundle_entity_type = "hat_type", * field_ui_base_route = "entity.hat_type.edit_form"