Bugzilla – Attachment 78829 Details for
Bug 21297
"More lists" screen missing "Select an Existing list" fieldset when all lists are public
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21297: Display public lists to existing lists when adding a new item
Bug-21297-Display-public-lists-to-existing-lists-w.patch (text/plain), 1.34 KB, created by
Jonathan Druart
on 2018-09-14 22:59:00 UTC
(
hide
)
Description:
Bug 21297: Display public lists to existing lists when adding a new item
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-09-14 22:59:00 UTC
Size:
1.34 KB
patch
obsolete
>From c12b0d441e96dbcc040ca0dda76ec96293a03819 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 14 Sep 2018 15:56:44 -0700 >Subject: [PATCH] Bug 21297: Display public lists to existing lists when adding > a new item > >If there are no private lists the public lists are not displayed. > >Test plan: >1) Add 10 public lists (This is when the 'More lists' menu item becomes >view-able) >2) Select an item >3) Click Add to list >4) Select 'More Lists' menu item >5) Note that 'Select an existing list' is an available option >--- > .../intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt >index 3377990cb8..898a8b3d0d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt >@@ -35,7 +35,7 @@ > [% UNLESS ( shelfnumber ) %] > > [% UNLESS ( newshelf ) %] >- [% IF ( private_shelves.count ) %] >+ [% IF private_shelves.count OR public_shelves.count OR private_shelves_shared_with_me.count %] > <fieldset class="rows"> > <legend>Select an existing list</legend> > <ol> >-- >2.11.0
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 21297
:
78829
|
79292