mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-03-31 10:23:35 +08:00
[oform] Check for unused fields at the end of the action
This commit is contained in:
@ -475,6 +475,10 @@
|
||||
|
||||
api.sendEvent("asc_onUpdateOFormRoles", this.Roles);
|
||||
};
|
||||
OForm.prototype.onEndAction = function()
|
||||
{
|
||||
this.Format.removeUnusedFieldMasters();
|
||||
};
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Private area
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user