-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I want to reset both flags on a single model instance when persisting it to a back-end database. (Presently, I'm using the Vuex ORM GraphQL plugin for the latter purpose, but that is somewhat orthogonal.)
I've tried the following (I haven't tried working with updates to $isNew yet):
myModelInstance.$update({ '$isDirty': false, preventDirtyFlag: true }).then(result => {
console.log('update result: ', result)
myModelInstance.$push()
})
However, the output from the log statement indicates my update had no effect. What am I doing wrong here?
It seems to me there should be a more explicit means of resetting flags for just a single instance, rather than just for all instances as is presently the case.
Metadata
Metadata
Assignees
Labels
No labels