Description
beforeExecute and afterExecute events seems that they are not fired while inserting or updating a data object. This operation will be useful for implementing specific database operations like further attribute casting or conversion even if those actions are not included in core operations provided by @themost/data.
Solution
DataModel.saveSingleObject() should fire beforeExecute and afterExecute events.
Description
beforeExecuteandafterExecuteevents seems that they are not fired while inserting or updating a data object. This operation will be useful for implementing specific database operations like further attribute casting or conversion even if those actions are not included in core operations provided by@themost/data.Solution
DataModel.saveSingleObject() should fire
beforeExecuteandafterExecuteevents.