[Koha-bugs] [Bug 21336] GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 1 09:38:47 CEST 2019


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

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

--- Comment #96 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Martin Renvoize from comment #95)
> QA Script is complaining.. though I'm not entirely sure what it means:
> 
>  FAIL   Koha/Patron.pm
>    FAIL   valid
>                 Constant subroutine Koha::Patron::ADMINISTRATIVE_LOCKOUT
> redefined
> 
> 
> Any thoughts?

Look at Koha/Patron.pm without these patches. And run perl -cw
You will see lots of redefines warnings due to some circular inheritance issue
there.
The new constant suffers from this problem too. So this is a false negative.

Back to SO

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


More information about the Koha-bugs mailing list