Ticket #6670 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

[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
Severity: normal Keywords: grid model data
Cc:

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

model.diff (0.6 kB) - added by kriszyp 4 months ago.
Patch for the model.js

Change History

Changed 4 months ago by kriszyp

Patch for the model.js

Changed 4 months ago by peller

  • summary changed from Inserting item in dojo data model in grid doesn't increment row ids to [patch][cla]Inserting item in dojo data model in grid doesn't increment row ids

should we land this for 1.1.1?

Changed 4 months ago by peller

(In [13590]) keep row ids consistent with dojo.data. Refs #6670 !strict

Changed 4 months ago by peller

  • status changed from new to closed
  • resolution set to fixed

(In [13591]) keep row ids consistent with dojo.data. Fixes #6670 !strict

Note: See TracTickets for help on using tickets.