Added Organisation Relation entity with update hook to install it, bumped version
This commit is contained in:
@ -126,3 +126,20 @@ entity.oc_equal_opps.delete_form:
|
||||
base_route: entity.oc_equal_opps.canonical
|
||||
title: Delete
|
||||
weight: 10
|
||||
# Organisation Relation routing definition
|
||||
|
||||
entity.oc_organisation_relation.canonical:
|
||||
route_name: entity.oc_organisation_relation.canonical
|
||||
base_route: entity.oc_organisation_relation.canonical
|
||||
title: 'View'
|
||||
|
||||
entity.oc_organisation_relation.edit_form:
|
||||
route_name: entity.oc_organisation_relation.edit_form
|
||||
base_route: entity.oc_organisation_relation.canonical
|
||||
title: 'Edit'
|
||||
|
||||
entity.oc_organisation_relation.delete_form:
|
||||
route_name: entity.oc_organisation_relation.delete_form
|
||||
base_route: entity.oc_organisation_relation.canonical
|
||||
title: Delete
|
||||
weight: 10
|
||||
|
Reference in New Issue
Block a user