Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.3.0-b1
-
Component/s: None
-
Labels:None
Description
Add a new event triggers before input validation for:
- Services.addBefore
- Services.editBefore
- Services.cancelBefore
- Services.suspendBefore
- Services.unsuspendBefore
Replace the current triggers for:
- Services.add
- Services.edit
- Services.cancel
- Services.suspend
- Services.unsuspend
With ones for:
- Services.addAfter
- Services.editAfter
- Services.cancelAfter
- Services.suspendAfter
- Services.unsuspendAfter
Add new methods for the Services observer for the new events.
Deprecate the old event methods, but call them in their new after equivalents.