https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35905

--- Comment #9 from Brendan Lawlor <blaw...@clamsnet.org> ---
Created attachment 170636
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170636&action=edit
Bug 35905: (follow-up) Add permission checks to report reuslts

To test:
1. Create the following two reports
    a) select borrowernumber, cardnumber from borrowers limit 100
    b) select itemnumber, biblionumber from items limit 100
2. Create a user with only catalogue and reports permissions
3. Run each report as the user with minimal permissions
3. Verify the batch operations button is disabled
4. Verify there is no link to edit patron in borrowernumber columns
5. Verify there is no link to edit record in itemnumber and biblionumber
columns
6. Add the following permissions one at a time and re run the reports
    tools_items_batchmod
    tools_items_batchdel
    editcatalogue_edit_catalogue
    editcatalogue_edit_items
    tools_edit_patrons
    borrowers_edit_borrowers
7. Verify the batch operations button is enabled and displays the correct links
8. Verify the links to edit patron and edit record are displayed correctly

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to