[Koha-bugs] [Bug 17642] Authorised values code is broken because of the refactoring

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 16 18:32:18 CET 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |In Discussion
                 CC|                            |m.de.rooy at rijksmuseum.nl,
                   |                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
As describe by Jacek on bug 17250 comment 16, we have 2 major problems here:
1/ A critical one is that the feature is wrong and either explode or return bad
result => Has to be fixed before the release. This *could* be fixed with only
the first patch
2/ The search will take now more time than before the AV refactoring due to
DBIx::Class calls (slower than DBI ofc).
That *could* be fixed with the whole patch set. But as you can see, it's not
trivial changes and if affects the code in a lot of places.

I really need feedbacks quickly on this patch set to polish it to make it
acceptable. I won't work on it before the release if we decide to delay its
integration.

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


More information about the Koha-bugs mailing list