Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
w2ui.grid.add($.extend(true, { recid: w2ui.grid.records.length + 1 }, this.record)); Should be changed to w2ui.grid.add($.extend(true, this.record,{ recid: w2ui.grid.records.length + 2 }));
- Loading branch information