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.
This commit is contained in:
naomi 2018-04-11 12:46:17 +02:00
parent 2725a5b27e
commit 0ec801a42c
1 changed files with 5 additions and 5 deletions

View File

@ -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"
* }
* )
*/