[DE mobile] For Bug 59110 v.2

This commit is contained in:
SergeyEzhin 2022-09-20 11:45:42 +03:00
parent 69588c2e4a
commit 425f018f8e

View file

@ -221,7 +221,7 @@ class MainController extends Component {
if(isExtRestriction) {
this.api.asc_addRestriction(Asc.c_oAscRestrictionType.View);
} else {
this.api.asc_setRestriction(Asc.c_oAscRestrictionType.OnlyForms)
this.api.asc_addRestriction(Asc.c_oAscRestrictionType.OnlyForms)
}
this.api.asc_LoadDocument();