[DE] Fix Bug 48078
This commit is contained in:
parent
1e1b3afe91
commit
24a9f3674b
|
@ -1897,7 +1897,7 @@ define([
|
||||||
})).show();
|
})).show();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.api.asc_RemoveContentControl(id);
|
this.api.asc_RemoveContentControlWrapper(id);
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Remove Content Control');
|
Common.component.Analytics.trackEvent('ToolBar', 'Remove Content Control');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1880,7 +1880,7 @@ define([
|
||||||
}
|
}
|
||||||
})).show();
|
})).show();
|
||||||
} else if (item.value == 'remove') {
|
} else if (item.value == 'remove') {
|
||||||
this.api.asc_RemoveContentControl(props.get_InternalId());
|
props.get_FormPr() ? this.api.asc_RemoveContentControl(props.get_InternalId()) : this.api.asc_RemoveContentControlWrapper(props.get_InternalId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
me.fireEvent('editcomplete', me);
|
me.fireEvent('editcomplete', me);
|
||||||
|
|
Loading…
Reference in a new issue