You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
beforeExecute
andafterExecute
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
andafterExecute
events.The text was updated successfully, but these errors were encountered: