Bugzilla – Attachment 12646 Details for
Bug 8860
can't merge if you don't have fast cataloging permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8860 - can't merge if you don't have fast cataloging permissions
SIGNED-OFF-Bug-8860---cant-merge-if-you-dont-have-.patch (text/plain), 1.08 KB, created by
Owen Leonard
on 2012-10-02 15:17:28 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8860 - can't merge if you don't have fast cataloging permissions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-10-02 15:17:28 UTC
Size:
1.08 KB
patch
obsolete
>From 623e5ac1355a8743ffcabddfa9de1ca469eee886 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 2 Oct 2012 09:25:16 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 8860 - can't merge if you don't have fast > cataloging permissions >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > cataloguing/merge_ajax.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/merge_ajax.pl b/cataloguing/merge_ajax.pl >index 6bad3e9..26f0800 100755 >--- a/cataloguing/merge_ajax.pl >+++ b/cataloguing/merge_ajax.pl >@@ -16,7 +16,7 @@ use CGI::Cookie; # need to check cookies before > # having CGI parse the POST request > > my %cookies = fetch CGI::Cookie; >-my ($auth_status, $sessionID) = check_cookie_auth($cookies{'CGISESSID'}->value, { editcatalogue => '1' }); >+my ($auth_status, $sessionID) = check_cookie_auth($cookies{'CGISESSID'}->value, { editcatalogue => 'edit_catalogue' }); > if ($auth_status ne "ok") { > my $reply = CGI->new(""); > print $reply->header(-type => 'text/html'); >-- >1.7.9.5
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 8860
:
12634
| 12646