Skip to content
Snippets Groups Projects
Commit c00a55a9 authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #2919482: eslint

parent 6765e10e
No related branches found
No related tags found
No related merge requests found
Pipeline #91062 passed with warnings
...@@ -92,7 +92,7 @@ entity.workflow_type.delete_form: ...@@ -92,7 +92,7 @@ entity.workflow_type.delete_form:
entity.workflow_transition.canonical: entity.workflow_transition.canonical:
path: '/workflow_transition/{workflow_transition}' path: '/workflow_transition/{workflow_transition}'
defaults: defaults:
# Calls the view controller, defined in the annotation of the contact entity # Calls the view controller, defined in the annotation of transition entity
# _entity_view: 'workflow_transition' # _entity_view: 'workflow_transition'
_title: 'Workflow transition' _title: 'Workflow transition'
# requirements: # requirements:
...@@ -132,7 +132,7 @@ entity.workflow_transition.revert_form: ...@@ -132,7 +132,7 @@ entity.workflow_transition.revert_form:
entity.workflow_scheduled_transition.canonical: entity.workflow_scheduled_transition.canonical:
path: '/workflow_transition/{workflow_scheduled_transition}' path: '/workflow_transition/{workflow_scheduled_transition}'
defaults: defaults:
# Calls the view controller, defined in the annotation of the contact entity # Calls the view controller, defined in the annotation of transition entity
# _entity_view: 'workflow_transition' # _entity_view: 'workflow_transition'
_title: 'Workflow transition' _title: 'Workflow transition'
# requirements: # requirements:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment