Summary: | Don't display patron attributes which have been limited to another patron category | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | esther.melander, gmcharlt, jonathan.druart, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Owen Leonard
2012-08-20 16:12:39 UTC
I could be quite easy to hide them, but they will still be searchable. To remove them from the patron search would be much more tricky. Maybe an easier way would be to provide a script to remove the attributes which should not be set for a patron. This bug still exists in 22.11 To Replicate: 1. Create two patrons, Patron A and Patron B in two different patron categories. 2. Create a patron attribute. Select Display in OPAC, Editable in OPAC, and limit the attribute to the patron category assigned to Patron A. 3. Edit Patron A to have the patron attribute. 4. Login to the OPAC with Patron B's account. See the patron attribute is displayed and editable to patron B. The expected behavior is that Patron B would not see or be able to edit the patron attribute because they are in a different patron category. |