* Tue Feb 18 2025 Brian Read <brianr@koozali.org> 11.0.0-55.sme
- fix public ftp access not showing on panel [SME: 12927]
This commit is contained in:
parent
58aa423089
commit
a5758b4431
@ -134,7 +134,7 @@ sub networkAccess_list {
|
|||||||
return [
|
return [
|
||||||
[ $c->l('rma_NO_ACCESS') => 'off' ],
|
[ $c->l('rma_NO_ACCESS') => 'off' ],
|
||||||
[ $c->l('NETWORKS_ALLOW_LOCAL') => 'private' ],
|
[ $c->l('NETWORKS_ALLOW_LOCAL') => 'private' ],
|
||||||
[ $c->l('NETWORKS_ALLOW_PUBLIC') => 'public' ]
|
[ $c->l('NETWORKS_ALLOW_PUBLIC') => 'normal' ]
|
||||||
];
|
];
|
||||||
} ## end sub networkAccess_list
|
} ## end sub networkAccess_list
|
||||||
|
|
||||||
|
@ -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 54
|
%define release 55
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -143,6 +143,9 @@ true
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 18 2025 Brian Read <brianr@koozali.org> 11.0.0-55.sme
|
||||||
|
- fix public ftp access not showing on panel [SME: 12927]
|
||||||
|
|
||||||
* Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-54.sme
|
* Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-54.sme
|
||||||
- helper to set default value of select field using protected value [SME: 12923]
|
- helper to set default value of select field using protected value [SME: 12923]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user