- Issue created by @greenskin
- Merge request !480Added workflow transition form ID prefix to list of ignored form IDs. → (Open) created by greenskin
- 🇳🇱Netherlands johnv
Added some instructions to the above test script.
- 🇮🇳India anchal_gupta
I have test this issue in my local with the fallowing steps:
Step1: Enable workflow module
Step2: create and configure a workflow in /admin/config/workflow/workflow/TYPE
Step3: Set the 'How to show the available states' to 'action buttons'.
Step4: Add workflow field to content type
Step5: Set workflow field widget to "Workflow transition form" replaced with actions from the workflow transition form.After applying the MR!480 the workflow transition form ID has been added as per the resolution.
Attached Screenshot for reference.
- 🇧🇪Belgium Selfirian
Hello, I've reviewed this and it still feels broken.
I've followed the steps in the description, I selected the action buttons option.
Compared to claro the behavior is not optimal. What happens now is that the workflow action buttons get grouped under the three dots and replace the save button, so this is very confusing for users.
See enclosed screenshots. I don't have a solution for this.
- 🇨🇴Colombia yasminOrj
Hi, I've reviewed the issue, but it still persists. I followed the steps, but the functionality for delete and other options is still not working. I've attached a screenshot for your reference.
- Status changed to Needs work
2 months ago 3:31pm 28 January 2025 - 🇩🇪Germany mcchicken Dresden, Germany
This is caused by
_gin_form_actions()
, which previously cached the first set of form actions it encountered. Ever since 3.0.0-rc15 it caches the last set of actions. So this problem occurs with multiple forms which are rendered for the same request. I've created a patch which seems to do the trick, at least for our application. Problem still persists here. For us it's Search coming from somewhere:
After restoring the function from 3.0.0-rc14, it works well again:
https://git.drupalcode.org/project/gin/-/blob/8.x-3.0-rc14/includes/form...
defcon0 → changed the visibility of the branch 3464716-ignore_workflow_transition_form to hidden.
defcon0 → changed the visibility of the branch 3464716-ignore_workflow_transition_form to active.
- Merge request !603Issue #3461545: Fixed missing action buttons for views. → (Open) created by Defcon0
OK, just created MR 603 adding search_block_form in addition to 'workflow-transition-'. Now also working for our use case.
Having such an inflexible form_id black list doesn't seem to be a good solution though.