https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26555 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|ASSIGNED |In Discussion --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Should we call it 'messages' to make it more general? Jonathan pointed that this situation could be confusing: $o->bad_call $o->errors; # error is set $o->good_call $o->errors; # error is still set Setting 'In discussion' with the hope to get some feedback. I think this pattern is something we would like to make use of. Or we could return $self, { something => else }; instead of crafting this into Koha::Object. -- You are receiving this mail because: You are watching all bug changes.