130 lines
3.3 KiB
YAML
130 lines
3.3 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
|
|
|
|
# Organisation routing definition
|
|
|
|
entity.oc_organisation.canonical:
|
|
route_name: entity.oc_organisation.canonical
|
|
base_route: entity.oc_organisation.canonical
|
|
title: 'View'
|
|
|
|
entity.oc_organisation.edit_form:
|
|
route_name: entity.oc_organisation.edit_form
|
|
base_route: entity.oc_organisation.canonical
|
|
title: 'Edit'
|
|
|
|
entity.oc_organisation.version_history:
|
|
route_name: entity.oc_organisation.version_history
|
|
base_route: entity.oc_organisation.canonical
|
|
title: 'Revisions'
|
|
|
|
entity.oc_organisation.delete_form:
|
|
route_name: entity.oc_organisation.delete_form
|
|
base_route: entity.oc_organisation.canonical
|
|
title: Delete
|
|
weight: 10
|
|
# Event routing definition
|
|
|
|
entity.oc_event.canonical:
|
|
route_name: entity.oc_event.canonical
|
|
base_route: entity.oc_event.canonical
|
|
title: 'View'
|
|
|
|
entity.oc_event.edit_form:
|
|
route_name: entity.oc_event.edit_form
|
|
base_route: entity.oc_event.canonical
|
|
title: 'Edit'
|
|
|
|
entity.oc_event.delete_form:
|
|
route_name: entity.oc_event.delete_form
|
|
base_route: entity.oc_event.canonical
|
|
title: Delete
|
|
weight: 10
|
|
# Bank Account routing definition
|
|
oc_bank_account.settings_tab:
|
|
route_name: oc_bank_account.settings
|
|
title: 'Settings'
|
|
base_route: oc_bank_account.settings
|
|
|
|
entity.oc_bank_account.canonical:
|
|
route_name: entity.oc_bank_account.canonical
|
|
base_route: entity.oc_bank_account.canonical
|
|
title: 'View'
|
|
|
|
entity.oc_bank_account.edit_form:
|
|
route_name: entity.oc_bank_account.edit_form
|
|
base_route: entity.oc_bank_account.canonical
|
|
title: 'Edit'
|
|
|
|
entity.oc_bank_account.delete_form:
|
|
route_name: entity.oc_bank_account.delete_form
|
|
base_route: entity.oc_bank_account.canonical
|
|
title: Delete
|
|
weight: 10
|