[oform] Fix roles update on the end of any action

This commit is contained in:
KirillovIlya
2022-12-07 20:52:20 +03:00
parent abde4ac3f9
commit c82887316b

View File

@ -480,6 +480,7 @@
this.Format.removeUnusedFieldMasters();
this.Format.correctFieldMasters(this.getDocument());
this.correctFieldGroups();
this.updateRoles();
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Private area