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
Method deleteObject in Pluf_Views is used to delete object from data model. In some cases we want to delete object as simple as set 'deleted' field to TRUE. Some where in REST API (such as following definition in digidoki) we determine that delete should not be permanently:
Method deleteObject in Pluf_Views is used to delete object from data model. In some cases we want to delete object as simple as set 'deleted' field to TRUE. Some where in REST API (such as following definition in digidoki) we determine that delete should not be permanently:
But it removes object from data model permanently and setting 'permanently => false' has no effect.
The text was updated successfully, but these errors were encountered: