You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to integrate dijit/Tree (including DnD), and keeping the Tree and dstore instance synchronized (similar to the example in https://dojotoolkit.org/reference-guide/1.10/dijit/Tree.html#updating-a-tree ), we received a report that this was not possible to get working with the dijit/Tree's ObjectStoreModel. It was reported that the update functionality (Observer/Trackable) did not seem to work out of the box with the Tree. This also does not work with dojo/store/Memory because of https://bugs.dojotoolkit.org/ticket/15660 )
The text was updated successfully, but these errors were encountered:
When attempting to integrate dijit/Tree (including DnD), and keeping the Tree and dstore instance synchronized (similar to the example in https://dojotoolkit.org/reference-guide/1.10/dijit/Tree.html#updating-a-tree ), we received a report that this was not possible to get working with the dijit/Tree's ObjectStoreModel. It was reported that the update functionality (Observer/Trackable) did not seem to work out of the box with the Tree. This also does not work with dojo/store/Memory because of https://bugs.dojotoolkit.org/ticket/15660 )
The text was updated successfully, but these errors were encountered: