Bug 36288 - Password expiration date cannot be hidden with BorrowerUnwantedField
Summary: Password expiration date cannot be hidden with BorrowerUnwantedField
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 21:17 UTC by Andrew Fuerste-Henry
Modified: 2024-03-08 21:17 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2024-03-08 21:17:18 UTC
The password expiration date field is hardcoded to only show in the patron edit screen for superlibrarians. It continues to appear for superlibrarians, even if selected in the BorrowerUnwantedField system preference. We should either make this field observe the BorrowerUnwantedField syspref or remove it from the list of fields in the syspref. 

Tangentially, that field is currently failing to load the patron's current password expiration date into the edit form, so the date is lost when the patron is saved. That's bug 35796.