Bugzilla – Attachment 50383 Details for
Bug 16222
Add REST API folder to Makefile.PL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16222 - Add REST API folder to Makefile.PL
PASSED-QA-Bug-16222---Add-REST-API-folder-to-Makef.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2016-04-19 06:05:13 UTC
(
hide
)
Description:
[PASSED QA] Bug 16222 - Add REST API folder to Makefile.PL
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-19 06:05:13 UTC
Size:
1.27 KB
patch
obsolete
>From f541b98624ebb84913b7ce07167b885d4fe771cf Mon Sep 17 00:00:00 2001 >From: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> >Date: Thu, 7 Apr 2016 09:08:52 +0000 >Subject: [PATCH] [PASSED QA] Bug 16222 - Add REST API folder to Makefile.PL > >Add `api` folder to INTRANET_CGI_FOLDER in Makefile.PL so that the new >RESTFul API introduced in bug #13799 works also when installing with make. > >Test plan: > >- apply patch and do a `perl Makefile.PL` install >- observe that INSTALL_DIR/intranet/cgi-bin now has a folder `api` > containing the swagger files and the api cgi mount, app.pl. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.z> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 24d2ad3..200617f 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -260,6 +260,7 @@ my $target_map = { > './about.pl' => 'INTRANET_CGI_DIR', > './acqui' => 'INTRANET_CGI_DIR', > './admin' => 'INTRANET_CGI_DIR', >+ './api' => 'INTRANET_CGI_DIR', > './authorities' => 'INTRANET_CGI_DIR', > './basket' => 'INTRANET_CGI_DIR', > './C4' => 'PERL_MODULE_DIR', >-- >1.9.1
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 16222
:
50012
|
50374
| 50383 |
50477