-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core
-
Release Notes Summary:aboutToTrash and aboutToUntrash inline events are now fired before trashing or untrashing a document
-
Team:PLATFORM
-
Sprint:nxplatform #76
-
Story Points:3
Currently, there is only an event fired after the document is trashed/untrashed.
We want to fire a new events (aboutToTrash and aboutToUntrash) before the document is being trashed/untrashed. This should be done in PropertyTrashService#doTrashDocument and PropertyTrashService#doUntrashDocument.