-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When OnDemandList is pruning rows it sometimes calls 'removeRow' on a preload node. Editor's 'removeRow' logic assumes that the node will always be a valid row node which causes an error when it is not. This commit adds a guard in `Editor#removeRow` to ensure that a dgrid row object for the node exists. Also disable the verbose logging in the Rest.html test file by default.
- Loading branch information
Showing
2 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters