-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.10, 9.1-SNAPSHOT
-
Component/s: Core
-
Release Notes Summary:An event is sent when the document goes back to project state
-
Backlog priority:400
-
Sprint:nxcore 9.3.4, nxcore 9.3.5
-
Story Points:1
How to reproduce:
- define an event handler triggered by event lifecycle_transition_event
- approve a File document with workflow SerialDocumentReview
- modify the File document
The File document's lifecycle state is set back to project but no event lifecycle_transition_event is generated.
See StandardVersioningService#followTransitionByOption.