mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
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