diff --git a/Makefile b/Makefile index e8d3a0b..a3e5cf8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SPK_NAME = rr-manager SPK_VERS = 2.0 -SPK_REV = 62 +SPK_REV = 63 SPK_ICON = src/rr-manager.png DSM_UI_DIR = ui @@ -34,6 +34,7 @@ SERVICE_WIZARD_SHARE = wizard_download_dir WIZARDS_DIR = $(WORK_DIR)/generated-wizards WIZARDS = install_uifile upgrade_uifile SUPPORTED_LANGUAGES = fre +support_aaprofile = yes wizards: generated-wizards include ../../mk/spksrc.spk.mk diff --git a/src/src/components/dialogs/uploadFileDialog.js b/src/src/components/dialogs/uploadFileDialog.js index b3709b5..516f8df 100644 --- a/src/src/components/dialogs/uploadFileDialog.js +++ b/src/src/components/dialogs/uploadFileDialog.js @@ -63,6 +63,9 @@ export default if (this.owner) { this.owner.clearStatusBusy(); } + else if(this.parent.appWin) { + this.parent.appWin.clearStatusBusy(); + } else { this.helper.unmask(this.parent); this.parent.owner.appWin.clearStatusBusy();