I know that the Ember data model has the isDirty attribute, but how can I use it to display a list of all changes / delta data since the last commit?
isDirty
Tom Dale says ( listen until 36:44 ) mentioned that you can configure ( github , api ) or serializer ( github , api ) to do this. Can someone give me an example?
current research: I use a local storage adapter that adds stuff to the dirty kit , which I think may be what I want. It is located in the ember datastore , ember data adapter , ember data relationship changes . I am trying to understand how everything fits together to show data changes.
If any help, Ember Data stores the new (unsaved) attribute values ββin the hash of the _attributes model. This is pretty internal, although you can be careful with it - I would not recommend manipulating it directly.
Source: https://habr.com/ru/post/1488609/More articles:C ++ constructor security exception - c ++Using glib without calling g_main_loop_run? - cremote tag not displaying locally - gitHTTP request works in curl but not iOS or Postman - httpHow to write a function that accepts a std :: vector or std :: list? - c ++CSS String Block Differences - htmlMYSQL Get date from current year, current month and variable day of the week - sqlEntity Framework Validation errors not defined. Define a key for this EntityType - c #How to save JavaFX GUI state? - javaEclipse plugin to include TODO and FIXME comments in tasks - javaAll Articles