/[smecontribs]/rpms/smeserver-certificate/contribs10/smeserver-certificate-0.0.4-Fix-Routes.patch
ViewVC logotype

Contents of /rpms/smeserver-certificate/contribs10/smeserver-certificate-0.0.4-Fix-Routes.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu May 26 15:03:02 2022 UTC (23 months, 2 weeks ago) by brianr
Branch: MAIN
CVS Tags: smeserver-certificate-0_0_4-13_el7_sme, smeserver-certificate-0_0_4-14_el7_sme, smeserver-certificate-0_0_4-11_el7_sme, smeserver-certificate-0_0_4-12_el7_sme, HEAD
* Thu May 26 2022 Brian Read <brianr@bjsystems.co.uk> 0.0.4-11.sme
- fix routes [SME: 11926]

1 diff -urN smeserver-certificate-0.0.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm smeserver-certificate-0.0.4/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm
2 --- smeserver-certificate-0.0.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm 2022-05-26 15:23:20.125434695 +0100
3 +++ smeserver-certificate-0.0.4/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm 2022-05-26 15:24:17.677666774 +0100
4 @@ -6,7 +6,7 @@
5 # navigation : 6000 6750
6
7 # name : Certificate, method : get, url : /certificate, ctlact : Certificate#main
8 -# name : CertificateSave, method : post, url : /certificatesave, ctlact : Certificate#save
9 +# name : Certificates, method : post, url : /certificates, ctlact : Certificate#save
10 #
11 # routes : end
12 #
13 diff -urN smeserver-certificate-0.0.4.old/root/usr/share/smanager/themes/default/templates/certificate.html.ep smeserver-certificate-0.0.4/root/usr/share/smanager/themes/default/templates/certificate.html.ep
14 --- smeserver-certificate-0.0.4.old/root/usr/share/smanager/themes/default/templates/certificate.html.ep 2022-05-26 15:23:20.127434703 +0100
15 +++ smeserver-certificate-0.0.4/root/usr/share/smanager/themes/default/templates/certificate.html.ep 2022-05-26 15:55:26.510221198 +0100
16 @@ -46,7 +46,7 @@
17 </div>
18
19 %}
20 - %= form_for '/certificatesave' => (method => 'POST') => begin
21 + %= form_for '/certificates' => (method => 'POST') => begin
22 % my $btn = l('SAVE');
23 %== l 'DESC_SSL_CERTIFICAT_CONFIG_PAGE'
24
25 @@ -98,4 +98,4 @@
26 }
27 %end
28
29 -%end
30 \ No newline at end of file
31 +%end

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed