Bug 11941

Summary: "Patron lists" are not easily accessible
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: PatronsAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: minor    
Priority: P5 - low CC: chris, gmcharlt, jonathan.druart, kyle.m.hall, m.de.rooy, mtj, mtompset, tomascohen, wizzyrea
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 10565    
Bug Blocks:    
Attachments: Bug 11941: Add link to patron lists from the patron home page
Bug 11941: Add link to patron lists from the patron home page
Bug 11941: Add link to patron lists from the patron home page
Bug 11941: Add link to patron lists from the patron home page

Description Olli-Antti Kivilahti 2014-03-14 11:26:06 UTC
Existing list functionality is accessible from there.
Why have a separate way to handle Patron lists and Record lists?
To preserve the excellent usability of Koha I find all list related features should be present under "More" -> "Lists"
Comment 1 Owen Leonard 2014-03-14 13:19:45 UTC
I think it would make more sense to incorporate links to patrons lists functionality from the patrons home page.
Comment 2 Jonathan Druart 2015-04-28 09:29:48 UTC Comment hidden (obsolete)
Comment 3 Mark Tompsett 2015-05-01 16:05:34 UTC
Comment on attachment 38598 [details] [review]
Bug 11941: Add link to patron lists from the patron home page

Review of attachment 38598 [details] [review]:
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc
@@ +6,5 @@
>                  [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode %]">[% category.description %]</a></li>[% END %]
>              </ul>
>      </div>
> +    [% IF CAN_user_tools_manage_patron_lists %]
> +        <button class="btn btn-small" href="/cgi-bin/koha/patron_lists/lists.pl"><i class="icon-edit"></i>Patron lists</button>

This isn't inside a form, as far as I can tell. Please change 'button' to 'a'. I couldn't get it to meaningfully click with 'button'.
Comment 4 Mark Tompsett 2015-05-06 03:09:52 UTC Comment hidden (obsolete)
Comment 5 Liz Rea 2015-05-06 03:56:26 UTC Comment hidden (obsolete)
Comment 6 Marcel de Rooy 2015-05-08 06:38:04 UTC
Created attachment 38964 [details] [review]
Bug 11941: Add link to patron lists from the patron home page

The patron lists are only accessible from the tools module, which is not
easily accessible when you are in the patron module.

Test plan:
Go on the patron home page.
In the toolbar, you should see a link to the patron lists.

NOTE: Tweaked button to a to get the click to work.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Liz Rea <liz@catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 7 Tomás Cohen Arazi 2015-06-11 13:20:22 UTC
Patch pushed to master.

Thanks Jonathan!
Comment 8 Chris Cormack 2015-06-14 21:09:10 UTC
Pushed to 3.20.x will be in 3.20.1
Comment 9 Liz Rea 2015-06-22 23:29:34 UTC
Patch pushed to 3.18.x will be in 3.18.08
Comment 10 Mason James 2015-07-25 10:26:44 UTC
Contains string changes, holding till 3.16.14