https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20956 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #26 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. For step 2 of the test plan, <borrowernumber> is the actual borrower number of the patron you changed. For me, I changed the permissions for Henry Acevedo - the borrow number to enter in the object field is 19. 2. For step 8 of the test plan, what shows in the log viewer and the SQL results: 2.1 If I add superlibrarian permissions to Henry: - The log viewer info column shows: {"superlibrarian":"Access to all librarian functions"} - The database query result: {"D":{"superlibrarian":{"A":"Access to all librarian functions"}}} 2.2 If I remove superlibrarian permissions from Henry: - The log viewer info column shows: {} - The database query result: {"D":{"superlibrarian":{"R":"Access to all librarian functions"}}} -- You are receiving this mail because: You are watching all bug changes.