Bugzilla – Attachment 17110 Details for
Bug 8278
Replace YUI autocomplete in UNIMARC 210c plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl
Bug-8278--Follow-up-fixing-the-permissions-on-cata.patch (text/plain), 923 bytes, created by
Chris Cormack
on 2013-04-02 06:49:24 UTC
(
hide
)
Description:
Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-04-02 06:49:24 UTC
Size:
923 bytes
patch
obsolete
>From 90a94903dc0047e679d9cdc746e20a0fa2eae3b1 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Tue, 2 Apr 2013 19:48:34 +1300 >Subject: [PATCH] Bug 8278 : Follow up, fixing the permissions on > cataloguing/ysearch.pl > >--- > cataloguing/ysearch.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/ysearch.pl b/cataloguing/ysearch.pl >index 8255016..9c69939 100755 >--- a/cataloguing/ysearch.pl >+++ b/cataloguing/ysearch.pl >@@ -41,7 +41,7 @@ die() unless ($table eq "biblioitems"); > binmode STDOUT, ":encoding(UTF-8)"; > print $input->header( -type => 'text/plain', -charset => 'UTF-8' ); > >-my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { cataloguing => '*' } ); >+my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { editcatalogue => '*' } ); > if ( $auth_status ne "ok" ) { > exit 0; > } >-- >1.7.10.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 8278
:
15997
|
16441
|
17110
|
17189
|
17475
|
17480
|
17597
|
17937
|
18002
|
18003
|
18004
|
18005