Ensure the switch animation is consistent on the table dialogue and avoid displaying an error incorrectly. Fixes #2624

This commit is contained in:
Murtuza Zabuawala
2018-01-03 15:32:44 +00:00
committed by Dave Page
parent c15d814268
commit 0810c681c3
2 changed files with 2 additions and 4 deletions

View File

@@ -487,6 +487,7 @@
column = this.column,
val = this.formatter.toRaw(this.$input.prop('checked'), model);
this.enterEditMode();
// on bootstrap change we also need to change model's value
model.set(column.get("name"), val);
},