Opened 13 years ago
Closed 13 years ago
#5708 closed defect (fixed)
[patch] Grid dijit editor file missing import
Reported by: | haysmark | Owned by: | sorvell |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Refer to: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_edit_dijit.html
Grid instantiates a ComboBox? to edit the Priority tab, but tries to create an ItemFileReadStore?. ComboBox? originally imported ItemFileReadStore? for you, but now it uses an internal store by default. So now you get the error "dojo.data has no properties."
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | 5708.patch added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixes #5708. Add missing ItemFileReadStore? import.