Opened 9 years ago
Last modified 5 years ago
#15177 assigned defect
DataStore, Observable combo doesn't report item updates
Reported by: | bill | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Data | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Given new dojo.store.Observable(new dojo.store.DataStore(new dojo.dataItemFileWriteStore)), direct updates to the ItemFileWriteStore will not be reported.
If app code calls (for example):
myItemFileWriteStore.setValue(item, "label", "North Pole");
That will trigger a call to dojo.data.store.onSet(). However, there's no call to put(), and thus Observable does not report anything.
Attachments (1)
Change History (4)
Changed 9 years ago by
Attachment: | observeDojoData.html added |
---|
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from Kris Zyp to dylan |
Status: | new → assigned |
comment:3 Changed 5 years ago by
Milestone: | 1.13 → 1.15 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.