Made Actor, Activity and Case entities
This commit is contained in:
69
modules/opencase_entities/opencase_entities.links.task.yml
Normal file
69
modules/opencase_entities/opencase_entities.links.task.yml
Normal file
@ -0,0 +1,69 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user