Closed (fixed)
Project:
Entity Workflow
Version:
2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2021 at 14:29 UTC
Updated:
21 Mar 2023 at 18:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
tim bozeman commentedComment #7
s_leu commentedAdding a patch that combines the changes in the MR here with the changes for #3322153: Ensure that the workflow state field is added to newly created entity types as applying separate patches won't work due to conflicting changes.
Comment #8
amateescu commentedImplemented this feature using a route enhancer instead, because that gives us access to the entity bundle.
Also moved the whole thing to
entity_workflow_contentsince that's the workflow which requires an active workspace for entity operations.Comment #10
amateescu commentedCommitted the patch above :)