Merge pull request #623 from ONLYOFFICE/fix/bugfix

Fix/bugfix
This commit is contained in:
Julia Radzhabova 2020-12-14 12:29:51 +03:00 committed by GitHub
commit 2e245ee95c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1897,7 +1897,7 @@ define([
})).show();
} else {
this.api.asc_RemoveContentControlWrapper(id);
this.api.asc_RemoveContentControl(id);
Common.component.Analytics.trackEvent('ToolBar', 'Remove Content Control');
}
}

View file

@ -1880,7 +1880,7 @@ define([
}
})).show();
} else if (item.value == 'remove') {
this.api.asc_RemoveContentControlWrapper(props.get_InternalId());
this.api.asc_RemoveContentControl(props.get_InternalId());
}
}
me.fireEvent('editcomplete', me);

View file

@ -294,7 +294,7 @@ define([
style : 'text-align: left;'
});
this.btnRemForm.on('click', _.bind(function(btn){
this.api.asc_RemoveContentControlWrapper(this._state.id);
this.api.asc_RemoveContentControl(this._state.id);
}, this));
this.lockedControls.push(this.btnRemForm);

View file

@ -10,7 +10,7 @@
"Common.Controllers.ExternalMergeEditor.warningText": "Объект недоступен, так как редактируется другим пользователем.",
"Common.Controllers.ExternalMergeEditor.warningTitle": "Внимание",
"Common.Controllers.History.notcriticalErrorTitle": "Внимание",
"Common.Controllers.ReviewChanges.textAcceptBeforeCompare": "Для сравнения документов все ослеживаемые изменения в них будут считаться принятыми. Вы хотите продолжить?",
"Common.Controllers.ReviewChanges.textAcceptBeforeCompare": "Для сравнения документов все отслеживаемые изменения в них будут считаться принятыми. Вы хотите продолжить?",
"Common.Controllers.ReviewChanges.textAtLeast": "Минимум",
"Common.Controllers.ReviewChanges.textAuto": "Авто",
"Common.Controllers.ReviewChanges.textBaseline": "Базовая линия",