-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.2
-
Component/s: Code Refactoring (Global), Core
-
Epic Link:
-
Tags:
-
Sprint:nxcore 10.2.2
-
Story Points:5
A backward mechanism was implemented in NXP-24034. It forwards followTransition("delete") calls to the TrashService.
In order to remove it in LTS 2021 we need to improve it:
- add a configuration property / nuxeo conf property to enable it - mechanism will be disabled in LTS 2020
- add a warn logger of usage with a stracktrace - follow existing usages
- replace all follow delete transitions by trash service when corresponding to trash usages
- align bench codes and all satellite addons
- is related to
-
NXP-24741 Return ecm:isTrashed in JSON DocumentModel representation
- Resolved