kiva / backbone.siren

Converts Siren JSON representations into Backbone Models
MIT License
14 stars 3 forks source link

Linked entities are not being updated to fully hydrated models #19

Closed gxxcastillo closed 10 years ago

gxxcastillo commented 11 years ago

Say you have a linked entity:

myModel.get('myLinkedEntity');

If code, in some other part of the app, loads the fully hydrated version of the linked entity, the one referenced in the myModel object should also show the updated data.

However, this is currently not the case.

Currently there are times that the store will show the fully hydrated model, but for the "myModel" to still only show model representation of the linked entity.

gxxcastillo commented 10 years ago

resolved by #35