-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.2
-
Fix Version/s: 5.4.2-HF21, 5.5.0-HF07, 5.6-RC1, 5.6
-
Component/s: Core
In the following situation the BulkLifeCycleChangeListener changes a version's lifecycle state but it shouldn't.
If a folder contains a proxy pointing to a version and the folder is deleted ("delete" transition), BulkLifeCycleChangeListener makes children follow the "delete" transition and also does it on the proxy, which applies it to the version. This is incorrect.
The proxy should be just deleted in this case.