From 82ff48e641f0173fbd58fe838c6114926f95eed6 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Sun, 9 Mar 2025 15:38:39 +0000 Subject: [PATCH] * Sun Mar 09 2025 Brian Read 11.0.0-65.sme - Sort out missing hostname on nfs and cifs workstation backup on error [SME: 12948] --- root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm | 2 +- smeserver-manager.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm b/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm index e725857..54465b8 100644 --- a/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm +++ b/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm @@ -526,13 +526,13 @@ sub do_update { # common part for all functions if ($res ne 'OK') { - if ($res eq 'NEXT') { $dest = 'back_' . $bac_datas{"function"}; } else { $c->stash(error => $result); $dest = "back_$function"; } + $bac_datas{vfstype} = $c->param('VFSType'); $c->stash(title => $title, bac_datas => \%bac_datas); return $c->render($dest); } ## end if ($res ne 'OK') diff --git a/smeserver-manager.spec b/smeserver-manager.spec index 56717fa..caf36c7 100644 --- a/smeserver-manager.spec +++ b/smeserver-manager.spec @@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2 %define name smeserver-manager Name: %{name} %define version 11.0.0 -%define release 64 +%define release 65 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -143,6 +143,9 @@ true %defattr(-,root,root) %changelog +* Sun Mar 09 2025 Brian Read 11.0.0-65.sme +- Sort out missing hostname on nfs and cifs workstation backup on error [SME: 12948] + * Sat Mar 08 2025 Brian Read 11.0.0-64.sme - Add code to check for boot phase completion [SME: 12953]