Summary: | PatronSelfRegistrationBorrowerMandatoryField. Show which fields were not set. | ||
---|---|---|---|
Product: | Koha | Reporter: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
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
Olli-Antti Kivilahti
2025-03-05 15:08:39 UTC
(In reply to Olli-Antti Kivilahti from comment #0) > When configuring mandatory fields for Patron OPAC Self Registration, it is > possible to configure fields, which are not actually visible. Can you give an example? I don't think I understand what you're saying. (In reply to Owen Leonard from comment #1) > (In reply to Olli-Antti Kivilahti from comment #0) > > When configuring mandatory fields for Patron OPAC Self Registration, it is > > possible to configure fields, which are not actually visible. > > Can you give an example? I don't think I understand what you're saying. PatronSelfRegistrationBorrowerMandatoryField => define userid Userid for some reason is not visible. Koha doesn't allow to submit the form, because userid is not defined. PatronSelfRegistrationBorrowerUnwantedField => define address PatronSelfRegistrationBorrowerMandatoryField => define address Form cannot be submitted. |