* Mon Jul 07 2025 Brian Read <brianr@koozali.org> 11.0.0-104.sme
- Fix DB not open in Workgrouyp panel sometimes. [SME: 13070]
This commit is contained in:
parent
5a57ffaa34
commit
b0c6bea0a2
@ -34,6 +34,7 @@ sub main {
|
|||||||
sub do_update {
|
sub do_update {
|
||||||
my $c = shift;
|
my $c = shift;
|
||||||
$c->app->log->info($c->log_req);
|
$c->app->log->info($c->log_req);
|
||||||
|
$db = esmith::ConfigDB::UTF8->open || die "Couldn't open config db";
|
||||||
my $result = "";
|
my $result = "";
|
||||||
my $workgroup = ($c->param('Workgroup') || 'no');
|
my $workgroup = ($c->param('Workgroup') || 'no');
|
||||||
my $servername = ($c->param('ServerName') || 'WS');
|
my $servername = ($c->param('ServerName') || 'WS');
|
||||||
|
@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2
|
|||||||
%define name smeserver-manager
|
%define name smeserver-manager
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 103
|
%define release 104
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -146,6 +146,9 @@ true
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 07 2025 Brian Read <brianr@koozali.org> 11.0.0-104.sme
|
||||||
|
- Fix DB not open in Workgrouyp panel sometimes. [SME: 13070]
|
||||||
|
|
||||||
* Thu Jul 03 2025 Brian Read <brianr@koozali.org> 11.0.0-103.sme
|
* Thu Jul 03 2025 Brian Read <brianr@koozali.org> 11.0.0-103.sme
|
||||||
- Fix a couple of typos [SME: 13065]
|
- Fix a couple of typos [SME: 13065]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user