This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/opencase_entities/opencase_entities.links.tas...

70 lines
1.7 KiB
YAML

# Actor routing definition
entity.oc_actor.canonical:
route_name: entity.oc_actor.canonical
base_route: entity.oc_actor.canonical
title: 'View'
entity.oc_actor.edit_form:
route_name: entity.oc_actor.edit_form
base_route: entity.oc_actor.canonical
title: 'Edit'
entity.oc_actor.version_history:
route_name: entity.oc_actor.version_history
base_route: entity.oc_actor.canonical
title: 'Revisions'
entity.oc_actor.delete_form:
route_name: entity.oc_actor.delete_form
base_route: entity.oc_actor.canonical
title: Delete
weight: 10
# 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
# Activity routing definition
entity.oc_activity.canonical:
route_name: entity.oc_activity.canonical
base_route: entity.oc_activity.canonical
title: 'View'
entity.oc_activity.edit_form:
route_name: entity.oc_activity.edit_form
base_route: entity.oc_activity.canonical
title: 'Edit'
entity.oc_activity.version_history:
route_name: entity.oc_activity.version_history
base_route: entity.oc_activity.canonical
title: 'Revisions'
entity.oc_activity.delete_form:
route_name: entity.oc_activity.delete_form
base_route: entity.oc_activity.canonical
title: Delete
weight: 10