[Koha-bugs] [Bug 27857] Koha::Patron->extended_attributes skips checks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 11 17:02:13 CET 2021


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

--- Comment #26 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I don't know exactly what needs to be done, but there are check above, see the
block with "ERROR_extended_unique_id_failed_code".

Also the repeatable is not checked in the controller, only from the template.
Now that we have it we should deal with it.
Basically it's:
- insert
- catch "must unique" => propagate and display nice to the template
- catch other failures => "something went wrong" is enough (they hack the form)
And remove the existing block.

We should continue on a dedicated bug report :)

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


More information about the Koha-bugs mailing list