Bugzilla – Attachment 80005 Details for
Bug 14391
Granular permissions for the administration module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14391: (QA follow-up) Resolve POD warn on svc..systempreferences
Bug-14391-QA-follow-up-Resolve-POD-warn-on-svcsyst.patch (text/plain), 1.34 KB, created by
Marcel de Rooy
on 2018-10-05 09:48:07 UTC
(
hide
)
Description:
Bug 14391: (QA follow-up) Resolve POD warn on svc..systempreferences
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-10-05 09:48:07 UTC
Size:
1.34 KB
patch
obsolete
>From 8eb0f89c8d56d8f6b8b79b00a26ce11f2eade568 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 24 Aug 2018 09:19:48 +0200 >Subject: [PATCH] Bug 14391: (QA follow-up) Resolve POD warn on > svc..systempreferences >Content-Type: text/plain; charset=utf-8 > >*** WARNING: No items in =over (at line 48) / =back list at line 54 in file svc/config/systempreferences >*** WARNING: No items in =over (at line 73) / =back list at line 79 in file svc/config/systempreferences > >=> If you use 'over', you should add 'item'-s. > >Test plan: >Run perldoc svc/config/systempreferences > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > svc/config/systempreferences | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/svc/config/systempreferences b/svc/config/systempreferences >index cfb1111..c54e749 100755 >--- a/svc/config/systempreferences >+++ b/svc/config/systempreferences >@@ -47,8 +47,12 @@ our ( $query, $response ) = C4::Service->init( parameters => 'manage_sysprefs' ) > > =over 4 > >+=item url path >+ > POST /svc/config/systempreferences/$preference > >+=item url query >+ > value=$value > > =back >@@ -72,8 +76,12 @@ sub set_preference { > > =over 4 > >+=item url path >+ > POST /svc/config/systempreferences/ > >+=item url query >+ > pref_$pref1=$value1&pref_$pref2=$value2 > > =back >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14391
:
77461
|
77538
|
78109
|
79556
|
79557
|
79558
|
80004
|
80005
|
80006
|
80541
|
80542
|
80543
|
80547
|
81362
|
81451
|
81452
|
82022