Ticket #5708 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

[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

5708.patch (485 bytes) - added by haysmark 10 months ago.
Fixes #5708. Add missing ItemFileReadStore? import.

Change History

Changed 10 months ago by haysmark

Fixes #5708. Add missing ItemFileReadStore? import.

Changed 9 months ago by peller

fixed in [12308]

Changed 9 months ago by peller

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.