https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523 --- Comment #103 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #101)
(In reply to Jonathan Druart from comment #93)
I have a use case on bug 33568 where I need at least the library of the patron, to display "a patron from LIBRARY".
You should just embed the patron's library... Then if the patron of undefined, you use the patron library string.
I don't understand what you mean. If patron is undefined I should access patron.library? That does not make sense. Or do you mean it's what we need to do here? (In reply to David Cook from comment #99)
(In reply to Jonathan Druart from comment #94)
Are not we trying to provide a global solution for a tricky problem?
Jonathan, are you saying that you think the solution is trying to be "too" global and that we should instead just be focusing on protecting patron information?
A global solution would be great, but it's hard to do.
As said previously, I don't know how to implement (correctly) a more focus (on patron) solution. So it's hard to unlock the situation with this global solution. The original (comment 0) need is the same as the need I have on bug 33568. Maybe we should provide something hacky but that will solve the problem...? -- You are receiving this mail because: You are watching all bug changes.