From 0ec801a42c6b0764009bc75b89e4b588a50abed0 Mon Sep 17 00:00:00 2001 From: naomi Date: Wed, 11 Apr 2018 12:46:17 +0200 Subject: [PATCH] Changed path for adding hat type to /zencrm The policy is that all paths (added by the module) that the hosted user will access should start with that. --- modules/zencrm_entities/src/Entity/HatType.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/zencrm_entities/src/Entity/HatType.php b/modules/zencrm_entities/src/Entity/HatType.php index 65b7944..5c7547c 100644 --- a/modules/zencrm_entities/src/Entity/HatType.php +++ b/modules/zencrm_entities/src/Entity/HatType.php @@ -31,11 +31,11 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase; * "uuid" = "uuid" * }, * links = { - * "canonical" = "/admin/structure/hat_type/{hat_type}", - * "add-form" = "/admin/structure/hat_type/add", - * "edit-form" = "/admin/structure/hat_type/{hat_type}/edit", - * "delete-form" = "/admin/structure/hat_type/{hat_type}/delete", - * "collection" = "/admin/structure/hat_type" + * "canonical" = "/zencrm/hat_type/{hat_type}", + * "add-form" = "/zencrm/hat_type/add", + * "edit-form" = "/zencrm/hat_type/{hat_type}/edit", + * "delete-form" = "/zencrm/hat_type/{hat_type}/delete", + * "collection" = "/zencrm/hat_type" * } * ) */