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

--- Comment #21 from Emily Lamancusa <[email protected]> 
---
I really like the new accessors added in this patch! I do think there's a lot
of value in making it more intuitive to access extended attributes in notice
templates, since that can be a big usability improvement.

The performance question is worth considering... If I'm correct in thinking
that Koha::Patron::Attribute::Types->search(); will add an extra database call
each time a patron object is created, I could see how that may add up when a
script creates a large number of patron objects. Can we work the same basic
logic into an AUTOLOAD instead, so that it won't run unless it's actually
needed?

-- 
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/

Reply via email to