Opened 12 years ago
Closed 12 years ago
#9504 closed defect (fixed)
test_grid_hidden_rows.html test file assigns incorrect item name to status field
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The store uses in the test_grid_hidden_rows.html test file has an item called "status". But, the statusFormat() function the page references the non-existent "state" item. This prevents the data in the status column from displaying.
Note: See
TracTickets for help on using
tickets.
(In [18731]) fixes #9504 use correct db item name of status in the statusFormat function on the page rather than the incorrect value of state.