[Koha-bugs] [Bug 8435] new permissions on subscriptions "superserials"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 31 04:02:40 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8435

Galen Charlton <gmcharlt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |gmcharlt at gmail.com

--- Comment #51 from Galen Charlton <gmcharlt at gmail.com> ---
Marking as failed QA, sorry.

This patch series (after fixing merge) conflicts, blows up every nearly every
DB-dependent serials unit test that calls GetSubscription() with an error
similar to this:

Can't use an undefined value as a HASH reference at
/home/gmc/koha/C4/Serials.pm line 2808, <DATA> line 558.

This, ultimately, is because the patch series makes it *required* that there is
a valid userenv, which was not the case before. can_edit_subscription() should
be revised so that it doesn't crash if there's no userenv.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list