Skip to content

Fix workflow action update broken when multiple update

Jérémie Pardou requested to merge fix-action-type-change-fails into develop

What is in this MR

This MR fix the bug you have when you try to change the workflow action type and it reverts back to the previous type.

How to test this MR

Create a Button element then attach an action to it and try to change the action type to a create row action. Sometimes this action was impossible with the current develop and should be solved with this MR.

Merge Request Checklist

  • changelog.md has been updated if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide
Edited by Jérémie Pardou

Merge request reports