Summary: | Cannot add patron attributes to quick add without making them mandatory | ||
---|---|---|---|
Product: | Koha | Reporter: | Bohdan <b.pastern4k> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, sbrown |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Bohdan
2021-10-29 10:53:17 UTC
Hi Bohdan, you can set patron attributes to mandatory from Administration > Patron attributes. There is a new checkbox for this. Thanks. So it is only possible to set it as mandatory? Previously the attribute could be added to PatronQuickAdd without being a mandatory field. Making attributes mandatory through the attribute vs. BorrowerMandatoryField can cause problems for libraries that allow self-registration since the attribute settings don't distinguish between creating an account and the ability to modify in the same way that PatronSelfRegistrationBorrowerMandatoryField and PatronSelfModificationBorrowerUnwantedField do. If the attribute is mandatory but libraries do not want patrons to be able to edit (Editable in OPAC not checked), Koha will return an error when someone tries to self-register. However, if Editable in OPAC is checked to avoid that error, patrons can continue to edit the information after registration. This could be avoided if attributes could be made mandatory for multiple patron categories instead of either all or one - that way, a library could choose every category except Self-registered. Hi Sara and Bohdan, you are both correct I think in there is something still missing here. I suggest we could change this bug for adding the option to add patron attributes to the quick add form (which is not possible now without making it mandatory). And as this worked before, I am updating this to 'normal'. Then Sara, maybe you could file a separate bug about the self registration issue? I think that is a very valid point as well. |