mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:11:43 +08:00
Hide autoupdating external links in DE/PE
This commit is contained in:
@ -217,7 +217,10 @@ define([
|
||||
|
||||
_setDefaults: function (props) {
|
||||
this.refreshList();
|
||||
this.api && this.chUpdate.setValue(this.api.asc_getUpdateLinks(), true);
|
||||
if (!window.SSE)
|
||||
this.chUpdate.setVisible(false);
|
||||
else if (this.api)
|
||||
this.chUpdate.setValue(this.api.asc_getUpdateLinks(), true);
|
||||
},
|
||||
|
||||
refreshList: function() {
|
||||
|
||||
@ -574,6 +574,7 @@
|
||||
"Common.Views.ExternalLinksDlg.textUpdateAll": "Update all",
|
||||
"Common.Views.ExternalLinksDlg.textUpdating": "Updating...",
|
||||
"Common.Views.ExternalLinksDlg.txtTitle": "External links",
|
||||
"Common.Views.ExternalLinksDlg.textAutoUpdate": "Automatically update data from the linked sources",
|
||||
"Common.Views.ExternalMergeEditor.textTitle": "Mail merge recipients",
|
||||
"Common.Views.ExternalOleEditor.textTitle": "Spreadsheet Editor",
|
||||
"Common.Views.FormatSettingsDialog.textCategory": "Category",
|
||||
|
||||
@ -665,6 +665,7 @@
|
||||
"Common.Views.ExternalLinksDlg.textUpdateAll": "Update all",
|
||||
"Common.Views.ExternalLinksDlg.textUpdating": "Updating...",
|
||||
"Common.Views.ExternalLinksDlg.txtTitle": "External links",
|
||||
"Common.Views.ExternalLinksDlg.textAutoUpdate": "Automatically update data from the linked sources",
|
||||
"Common.Views.ExternalOleEditor.textTitle": "Spreadsheet Editor",
|
||||
"Common.Views.FormatSettingsDialog.textCategory": "Category",
|
||||
"Common.Views.FormatSettingsDialog.textDecimal": "Decimal",
|
||||
|
||||
Reference in New Issue
Block a user