Skip to content

Commit

Permalink
Release 19.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BingoRUS committed Mar 26, 2020
1 parent ef456ca commit a938706
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 524 deletions.
3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

4 changes: 1 addition & 3 deletions js/ui/grid_core/ui.grid_core.editing.js
Original file line number Diff line number Diff line change
Expand Up @@ -2670,9 +2670,7 @@ module.exports = {
editingController.showHighlighting($cell);
$cell.addClass(CELL_MODIFIED);
} else if(isEditableCell) {
const skipValidation = parameters.row.isNewRow;

editingController.showHighlighting($cell, skipValidation);
editingController.showHighlighting($cell, true);
}

this.callBase.apply(this, arguments);
Expand Down
1 change: 0 additions & 1 deletion js/ui/grid_core/ui.grid_core.validating.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ module.exports = {
_createInvisibleColumnValidators: function(editData) {
const validatingController = this.getController('validating');
const columnsController = this.getController('columns');

const invisibleColumns = this._getInvisibleColumns(editData).filter((column) => !column.isBand);
const groupColumns = columnsController.getGroupColumns().filter((column) => !column.showWhenGrouped && invisibleColumns.indexOf(column) === -1);
const invisibleColumnValidators = [];
Expand Down
Loading

0 comments on commit a938706

Please sign in to comment.