role ui: true on change

This commit is contained in:
Yurii
2026-02-16 12:07:09 +02:00
parent 5d68e153c3
commit 9536146226

View File

@@ -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});
});
});
}