- Issue created by @johnv
- Status changed to Fixed
9 months ago 8:55am 5 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
As per #2866889-21: WSD on workflow module states page → :
WorkflowState defines a canonical link template but not also a route for it! So this will still fail. And there is nothing I can about it here since that is a workflow issue. Entities that define a link template for canonical, should also define the route for that.
Add the canonical route, identical to collection:
entity.workflow_state.canonical:
path: '/admin/config/workflow/workflow/{workflow_type}/states'
defaults:
_entity_list: 'workflow_state'
_title: 'Edit Workflow'
_title_callback: 'workflow_url_get_title'
requirements:
_permission: 'administer workflow'
options:
parameters:
workflow_type:
type: entity:workflow_type
Fixed
1.7
Code
Automatically closed - issue fixed for 2 weeks with no activity.