Created attachment 114874 [details] [review] Bug 27342: Improve test for OPAC We don't need to build allowed_scripts_for_private_opac for staff
Created attachment 114875 [details] [review] Bug 27342: Remove dbh from C4::Auth We must not pass $dbh but retrieve it when needed instead
This looks like it will be tough to test although I think it's worth doing.
Nice little cleanup here.. clear to read and review.. are you continuing here Jonathan or is this a first bug where you intend to continue on other bugs?
Created attachment 132024 [details] [review] Bug 27342: Improve test for OPAC We don't need to build allowed_scripts_for_private_opac for staff
Created attachment 132025 [details] [review] Bug 27342: Remove dbh from C4::Auth We must not pass $dbh but retrieve it when needed instead
There is not much here but I think it can go anyway.