https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27833 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 117518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117518&action=edit Bug 27833: Make K::P::Attribute add the object to the exception This patch makes the 'check_unique_id' and '_check_repeatable' methods pass the 'attribute' parameter when throwing an exception. This way we can provid emore meaningfull error messages. To test: 1. Apply the previous patches 2. Run $ kshell k$ prove t/db_dependent/Koha/Patron/Attributes.t => FAIL: The exceptions are not passed the attribute! 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! 5. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.