Opened 14 years ago
Closed 14 years ago
#6670 closed defect (fixed)
[patch][cla]Inserting item in dojo data model in grid doesn't increment row ids
Reported by: | kriszyp | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1.1 |
Component: | Data | Version: | 1.1.0 |
Keywords: | grid model data | Cc: | |
Blocked By: | Blocking: |
Description
When you insert an item in a grid using a dojo data store (using dojox.grid._data.DojoData? adapter), the row ids will be inconsistent and when you edit a row, the change will be applied to the wrong row.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | model.diff added |
---|
comment:1 Changed 14 years ago by
Summary: | Inserting item in dojo data model in grid doesn't increment row ids → [patch][cla]Inserting item in dojo data model in grid doesn't increment row ids |
---|
should we land this for 1.1.1?
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch for the model.js