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
Is it possible to get which items have been modified from one lastModified call to another?
E.g.
varhash1=DS.lastModified('document');// Change some documents with update, save or injectvarhash2=DS.lastModified('document');DS.getModifiedItems(hash1,hash2);
Thanks a lot for the project, it is making my life much easier. I have been looking around for something like this since I saw the breeze.js video.