Added Organisation Relation entity with update hook to install it, bumped version

This commit is contained in:
2021-07-16 17:32:40 +02:00
parent 26d78a4f7f
commit d151b1744e
26 changed files with 950 additions and 1 deletions

View File

@ -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