- Status changed to Closed: outdated
10 days ago 11:25am 24 March 2025
ATM, in 7.x-2.5 and 8.x-1.x, the Workflow Widget is created in two ways:
There is a need to override the workflow widget. ATM we need 2 methods:
- in Entity form, adding a widget, which adds an element. Change it via hook_widget_WIDGET_TYPE_form_alter();
- in the Workflow Transition Block, and Workflow history tab, using a form with an element. Change it via hook_FORM_TYPE_form_alter();
There is no hook_element_alter().
So, here is the task: populate the WorkflowTransitionForm, not directly with WorkflowTransitionElement, but via adding a Widget. Then we have 1 uniform DX.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.