https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23112

Andrew Isherwood <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #30 from Andrew Isherwood <[email protected]> ---
Hi Magnus

I've just applied this bug on current master and cannot replicate either of
these problems, I've just run through the whole test plan without a problem.

The error you're seeing is weird, it's not aware that GetAuthorisedValues
should be coming from C4::Koha, it's trying to find it in Illrequest::Logger.
I'm "use"ing C4::Koha, but not explicitly importing GetAuthorisedValues, which
shouldn't be necessary since it's exported by C4::Koha. This is done all over
the place in Koha, so you should be seeing this problem everywhere.

Explicitly importing GetAuthorisedValues would fix it, but that feels like a
hack, I'd rather know why it's not being imported by default.

Any chance you could try again? It could I suppose have been a merge problem,
I'd like to eliminate that.

-- 
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/

Reply via email to