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
Frontend calls backend update functions with a modified copy of the whole resource. Ideally, only the changed properties are present in the request. There is already a filterUndefined function to remove undefined properties. That function can be extended to only keep the different properties after a deep compare with the original resource in vuex.
The text was updated successfully, but these errors were encountered:
Frontend calls backend update functions with a modified copy of the whole resource. Ideally, only the changed properties are present in the request. There is already a
filterUndefined
function to remove undefined properties. That function can be extended to only keep the different properties after a deep compare with the original resource in vuex.The text was updated successfully, but these errors were encountered: