Adding a trivial fix here before working on bug 29954
Use of uninitialized value $sessionID in string eq at /usr/share/koha/C4/Context.pm line 785.
Created attachment 134673 [details] [review] Bug 30702: Fix Context.pm L785 warning on sessionID Trivial fix. Before working on bug 29954. Test plan: Run a few tests like t/Context.t, t/db_dependent/Auth.t and t/db_dependent/Circulation.t. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Trivial: self SO
Created attachment 134712 [details] [review] Bug 30702: Fix Context.pm L785 warning on sessionID Trivial fix. Before working on bug 29954. Test plan: Run a few tests like t/Context.t, t/db_dependent/Auth.t and t/db_dependent/Circulation.t. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Always nice to squash warnings. All works as expected, no regressions. PQA
Pushed to master for 22.05, thanks to everybody involved [U+1F984]