https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28959 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 124621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124621&action=edit Bug 28959: Add virtualshelves.public as a boolean This patchset moves the 'category' attribute for virtual shelves, that takes values of 1 and 2 (private and public respectively) into a boolean for public. The DBRev is trivial, and the changes to the code are as well. To test: 1. have some known public and private lists 2. Apply this patches 3. Run: $ updatedatabase => SUCCESS: Public lists have public=1, private have public=0 4. Run: $ kshell k$ prove t/db_dependent/Utils/Datatables_Virtualshelves.t \ t/db_dependent/Virtualshelves.t => SUCCESS: Tests pass! 5. Try the feature in staff and OPAC => SUCCESS: All good 6. Sign off :-D -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.