Opened 11 years ago
Closed 11 years ago
#10861 closed defect (invalid)
parentInfo.item in dijit.tree.TreeStoreModel is wrong according to dojo.data.api.Write
Reported by: | riceyeh | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Based on the documentation on dojo.data.api.Write, the field holding the parent item in the argument parentInfo of the onNewItem method should be parentInfo.parent. In dijit.tree.TreeStoreModel?, parentInfo.item is mistakenly used on mehtod onNewItem.
Change History (1)
comment:1 Changed 11 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Looks like the same as #10818, which we determined to be invalid. TreeStoreModel.onNewItem() is connected to the store's onNew(), and the arguments from dojo.data.api.Notification.onNew are: