role ui: true on change
This commit is contained in:
@@ -56,7 +56,7 @@ class RoleEditRecordView extends EditRecordView {
|
||||
this.listenTo(view, 'change', () => {
|
||||
const data = this.fetch();
|
||||
|
||||
this.model.set(data);
|
||||
this.model.setMultiple(data, {ui: true});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user