This is patch to do this on edition and validation action (to be done on all workflow action).
Before applying this patch:
- Création => creates version v1.0 with no currentStepId
- Edition => creates version v1.1 with currentStepId=1
- Validation => creates version v1.2 with currentStepId=1
- Edition => creates version v1.3 with currentStepId=3
After applying this patch:
- Création => creates version v1.0 with currentStepId=1
- Edition => creates version v1.1 with currentStepId=1
- Edition => creates version v1.2 with currentStepId=1
- Validation => creates version v1.3 with currentStepId=3
There is still a problem with this patch, the history view is now incorrect
Furthermore with this patch we have now the following error: