https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28959
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from David Nind <[email protected]> --- The tests pass. However, there is a change to the way lists are displayed, and I can't easily add items from a search result: 1. Private lists appear under both 'Your lists' and 'Public lists' in the drop down list when you attempt to add an item(s) to a list from search results. 2. You can't see the public lists either. I created three lists: - LISTA = private - LISTB = public (owner only able to make changes) - LISTC = public (anyone seeing can make changes) After applying the patch I have updated the database, flush_memcached, and cleared cached for browser. Now in the staff interface when doing a search and attempting to add items to lists (search > bar at the top with 'Add to list') I only see: Your lists LISTA Public lists LISTA I can't see any of the public lists to add things to. I can create a new list (LISTD) (either private or public) but I still only see the private lists to add things to, and then the private list appears under both headings: Your lists LISTD LISTA Public lists LISTD LISTA The same thing happens in the OPAC. Also, I'm not sure what the sort order for lists should be, but A-Z would seem logical to me. In the OPAC I can see the public lists from Lists > Your lists, then change to the Public lists tab. In the staff interface I can see the public lists from Home > Lists > Public lists tab. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
