https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39781
--- Comment #9 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 195881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195881&action=edit Bug 39781: (QA follow-up) Fix crashes, dead code and add tests - Fix potential crash when C4::Context->userenv returns undef: use the established ternary guard pattern used throughout other TT plugins (AuthorisedValues, Branches, Desks, etc.) - Remove dead second argument passed to GetLettersAvailableForALibrary, which only accepts one argument; the group_by/columns/order_by hashref was silently dropped - Fix typo "librries" -> "libraries" in GetByModuleForLibrary POD - Update POD example to use 'add_message' module matching actual usage - Add test coverage for GetByModuleForLibrary, verifying that a user logged in to a branch sees branch-specific and all-libraries notices, while users at other branches see only all-libraries notices Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
