46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
|
|
# Case routing definition
|
|
|
|
entity.oc_case.canonical:
|
|
route_name: entity.oc_case.canonical
|
|
base_route: entity.oc_case.canonical
|
|
title: 'View'
|
|
|
|
entity.oc_case.edit_form:
|
|
route_name: entity.oc_case.edit_form
|
|
base_route: entity.oc_case.canonical
|
|
title: 'Edit'
|
|
|
|
entity.oc_case.version_history:
|
|
route_name: entity.oc_case.version_history
|
|
base_route: entity.oc_case.canonical
|
|
title: 'Revisions'
|
|
|
|
entity.oc_case.delete_form:
|
|
route_name: entity.oc_case.delete_form
|
|
base_route: entity.oc_case.canonical
|
|
title: Delete
|
|
weight: 10
|
|
# Actor-Case Relation routing definition
|
|
|
|
entity.oc_actor_case_relation.canonical:
|
|
route_name: entity.oc_actor_case_relation.canonical
|
|
base_route: entity.oc_actor_case_relation.canonical
|
|
title: 'View'
|
|
|
|
entity.oc_actor_case_relation.edit_form:
|
|
route_name: entity.oc_actor_case_relation.edit_form
|
|
base_route: entity.oc_actor_case_relation.canonical
|
|
title: 'Edit'
|
|
|
|
entity.oc_actor_case_relation.version_history:
|
|
route_name: entity.oc_actor_case_relation.version_history
|
|
base_route: entity.oc_actor_case_relation.canonical
|
|
title: 'Revisions'
|
|
|
|
entity.oc_actor_case_relation.delete_form:
|
|
route_name: entity.oc_actor_case_relation.delete_form
|
|
base_route: entity.oc_actor_case_relation.canonical
|
|
title: Delete
|
|
weight: 10
|