Bugzilla – Attachment 67550 Details for
Bug 19343
Private lists displayed in search results list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19343: [16.11.X] Remove private lists with edit permission from search results
Bug-19343-1611X-Remove-private-lists-with-edit-per.patch (text/plain), 997 bytes, created by
Marcel de Rooy
on 2017-10-03 14:03:32 UTC
(
hide
)
Description:
Bug 19343: [16.11.X] Remove private lists with edit permission from search results
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-10-03 14:03:32 UTC
Size:
997 bytes
patch
obsolete
>From 98a6710248273ffb3c640c3c8e1560eee7bdec15 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 3 Oct 2017 16:01:15 +0200 >Subject: [PATCH] Bug 19343: [16.11.X] Remove private lists with edit > permission from search results >Content-Type: text/plain; charset=utf-8 > >If the list is not shared, it should not be listed. We only need to remove >the allow_add line. >--- > Koha/Virtualshelves.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Virtualshelves.pm b/Koha/Virtualshelves.pm >index a8d1b20..2469167 100644 >--- a/Koha/Virtualshelves.pm >+++ b/Koha/Virtualshelves.pm >@@ -135,7 +135,6 @@ sub get_shelves_containing_record { > 'me.owner' => $borrowernumber, > -or => { > 'virtualshelfshares.borrowernumber' => $borrowernumber, >- "me.allow_add" => 1, > }, > } > }, >-- >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 19343
:
67215
|
67550
|
67552
|
67559
|
67560
|
67561
|
67630
|
67631