Hide autoupdating external links in DE/PE

This commit is contained in:
Julia.Radzhabova
2025-07-04 15:18:31 +03:00
parent 4aa7192dde
commit 6d4437da7c
3 changed files with 6 additions and 1 deletions

View File

@ -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() {

View File

@ -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",

View File

@ -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",