https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27857
--- Comment #26 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
