[Bug 14962] Temp Shelving Location / On Display Module
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962 --- Comment #117 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 194318 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194318&action=edit Bug 14962: (QA follow-up) Use correct displays permission flag in API tests All 'authorized librarian' test users in displays.t and displayitems.t were created with flags => 1 (superlibrarian), which bypasses all permission checks. The comment said "displays permission" but bit 0 is the superlibrarian flag. The displays module is userflags bit 33, so use flags => 2**33 to actually test that the displays flag grants access. Sponsored-by: ByWater Solutions Signed-of-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org