Ticket #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 |
| Severity: | major | Keywords: | |
| Cc: |
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
Change History
Note: See
TracTickets for help on using
tickets.