Bugzilla – Attachment 12634 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]
Bug 8860 - can't merge if you don't have fast cataloging permissions
Bug-8860---cant-merge-if-you-dont-have-fast-catalo.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2012-10-02 13:25:08 UTC
(
hide
)
Description:
Bug 8860 - can't merge if you don't have fast cataloging permissions
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-10-02 13:25:08 UTC
Size:
1.02 KB
patch
obsolete
>From f1da7935c30c68a1322f9bbe83663ecfdf602511 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] Bug 8860 - can't merge if you don't have fast cataloging permissions >Content-Type: text/plain; charset="utf-8" > >--- > cataloguing/merge_ajax.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.2.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