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:
parent
2725a5b27e
commit
0ec801a42c
@ -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"
|
||||
* }
|
||||
* )
|
||||
*/
|
||||
|
Reference in New Issue
Block a user