Opened 7 years ago
Closed 7 years ago
#17902 closed enhancement (fixed)
In dijit/tree/ObjectStoreModel: add oldParent to store.put() in pasteItem
Reported by: | Wouter Hager | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | Dijit | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As discussed previously with Bill, I would like to have oldParent added to ObjectStoreModel?. Since I work with linked data, the link to the old parent needs to be known to the store, or I won't know which relationship I have to update (a node can have many parents).
Change History (4)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Sorry, but as I wrote in http://bugs.dojotoolkit.org/ticket/17836#comment:25, since passing the old parent item isn't in the spec for stores (https://dojotoolkit.org/reference-guide/1.9/dojo/store.html#methods), I'd rather have the application extend dijit/tree/ObjectStoreModel, rather than changing dijit/tree/ObjectStoreModel itself.
comment:3 Changed 7 years ago by
Milestone: | tbd → 1.10 |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
OK, Kris added it to the spec so I'll add it to ObjectStoreModel?.
comment:4 Changed 7 years ago by
Owner: | set to Bill Keese <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
See https://github.com/dojo/dijit/pull/42