Merge pull request #677 from ONLYOFFICE/fix/bug-48418
[DE] Fix Bug 48418
This commit is contained in:
commit
3b6704dffa
|
@ -197,7 +197,7 @@ define([
|
||||||
this._settings[Common.Utils.documentSettingsType.Signature].locked = value.get_Locked();
|
this._settings[Common.Utils.documentSettingsType.Signature].locked = value.get_Locked();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (control_props && control_props.get_FormPr()) {
|
if (control_props && control_props.get_FormPr() && this.rightmenu.formSettings) {
|
||||||
var spectype = control_props.get_SpecificType();
|
var spectype = control_props.get_SpecificType();
|
||||||
if (spectype==Asc.c_oAscContentControlSpecificType.CheckBox || spectype==Asc.c_oAscContentControlSpecificType.Picture ||
|
if (spectype==Asc.c_oAscContentControlSpecificType.CheckBox || spectype==Asc.c_oAscContentControlSpecificType.Picture ||
|
||||||
spectype==Asc.c_oAscContentControlSpecificType.ComboBox || spectype==Asc.c_oAscContentControlSpecificType.DropDownList || spectype==Asc.c_oAscContentControlSpecificType.None) {
|
spectype==Asc.c_oAscContentControlSpecificType.ComboBox || spectype==Asc.c_oAscContentControlSpecificType.DropDownList || spectype==Asc.c_oAscContentControlSpecificType.None) {
|
||||||
|
|
Loading…
Reference in a new issue