generated Organisation entity

This commit is contained in:
Naomi
2020-11-12 17:13:28 +00:00
parent 17f8ddba2e
commit 675a85dfb6
32 changed files with 2098 additions and 0 deletions

View File

@ -67,3 +67,25 @@ entity.oc_activity.delete_form:
title: Delete
weight: 10
# Organisation routing definition
entity.oc_organisation.canonical:
route_name: entity.oc_organisation.canonical
base_route: entity.oc_organisation.canonical
title: 'View'
entity.oc_organisation.edit_form:
route_name: entity.oc_organisation.edit_form
base_route: entity.oc_organisation.canonical
title: 'Edit'
entity.oc_organisation.version_history:
route_name: entity.oc_organisation.version_history
base_route: entity.oc_organisation.canonical
title: 'Revisions'
entity.oc_organisation.delete_form:
route_name: entity.oc_organisation.delete_form
base_route: entity.oc_organisation.canonical
title: Delete
weight: 10