https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43450 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 204778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204778&action=edit Bug 43450: Add actions column to list of courses with more menu options This patch adds a new "Actions" menu to the list of courses. The menu includes "Edit," "Delete," "Add reserves," and "Batch add reserves." This selection replicates the toolbar controls on the course details page. The patch also adds a new column to the table listing course reserves showing the number of reserves for the course. To test apply the patch and restart services. - Go to Course reserves and if necessary, add a course and add reserves to it. - From the list of course reserves, confirm that there is now a "Reserves" column after the "# of students" column and that it correctly shows the number of reserves added to your course. - Confirm that the "Actions" menu looks correct and test each of the menu items. - Test the menu with a course which has reserve and with a course that doesn't. The "Remove all reserves" menu item shouldn't appear if there are no reserves. - Test "Remove all reserves" with courses which have only one reserve and with courses that have multiple. - Test the menus as a user with various levels of permissions: - Add course reserves (add_reserves) - Remove course reserves (delete_reserves) - Add, edit and delete courses (manage_courses) - With no course reserves permissions the "Actions" column should be hidden. - On the course details page test the "Remove all reserves" button. - See if the new icon for "Batch add reserves" works well. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.