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:
- Staff.addBefore
- Staff.editBefore
Replace the current triggers for:
- Staff.add
- Staff.edit
With ones for:
- Staff.addAfter
- Staff.editAfter
Add new methods for the Staff observer for the new events.
Deprecate the old event methods, but call them in their new after equivalents.