* Thu Apr 17 2025 Brian Read <brianr@koozali.org> 11.0.0-78.sme
- typo in remoteaccess panel - Fix crash in veiwlogfiles if viewlogfiles key not in DB
This commit is contained in:
parent
9bb2128891
commit
fa286e966d
@ -31,7 +31,8 @@ sub main {
|
|||||||
my %log_datas = ();
|
my %log_datas = ();
|
||||||
my $title = $c->l('log_FORM_TITLE');
|
my $title = $c->l('log_FORM_TITLE');
|
||||||
my $notif = '';
|
my $notif = '';
|
||||||
$log_datas{default_op} = ($cdb->get('viewlogfiles')->prop('DefaultOperation')) || 'view';
|
my $viewlog = $cdb->get('viewlogfiles');
|
||||||
|
$log_datas{default_op} = ($viewlog ? $viewlog->prop('DefaultOperation') : undef) || 'view';
|
||||||
$c->stash(title => $title, notif => $notif, log_datas => \%log_datas);
|
$c->stash(title => $title, notif => $notif, log_datas => \%log_datas);
|
||||||
$c->render(template => 'viewlogfiles');
|
$c->render(template => 'viewlogfiles');
|
||||||
} ## end sub main
|
} ## end sub main
|
||||||
|
@ -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 77
|
%define release 78
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -143,6 +143,10 @@ true
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 17 2025 Brian Read <brianr@koozali.org> 11.0.0-78.sme
|
||||||
|
- typo in remoteaccess panel
|
||||||
|
- Fix crash in veiwlogfiles if viewlogfiles key not in DB
|
||||||
|
|
||||||
* Sat Apr 12 2025 Brian Read <brianr@koozali.org> 11.0.0-77.sme
|
* Sat Apr 12 2025 Brian Read <brianr@koozali.org> 11.0.0-77.sme
|
||||||
- Sort out local and pulic access setting in remote panel [SME: 12988]
|
- Sort out local and pulic access setting in remote panel [SME: 12988]
|
||||||
- caching problem, plus confusion between normal and public setting in sshd / access in DB
|
- caching problem, plus confusion between normal and public setting in sshd / access in DB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user