[Bug 39254] New: PatronSelfRegistrationBorrowerMandatoryField. Show which fields were not set.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39254 Bug ID: 39254 Summary: PatronSelfRegistrationBorrowerMandatoryField. Show which fields were not set. Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: olli-antti.kivilahti@hypernova.fi QA Contact: testopia@bugs.koha-community.org When configuring mandatory fields for Patron OPAC Self Registration, it is possible to configure fields, which are not actually visible. Regardless a notification about "Your personal details -> You have not filled out all required fields. Please fill in all missing fields and resubmit." Is shown, even if all visible fields are filled. It would be helpful to show the names of the fields that are missing/not-defined, so the system preferences can be more easily updated. It is a very simple code modification. Something like: opac-tmpl/bootstrap/en/modules/opac-memberentry.tt => [% IF empty_mandatory_fields %] <div class="alert alert-warning">You have not filled out all required fields. Please fill in all missing fields and resubmit. [% empty_mandatory_fields.join(", ") %] </div> [% END %] It would be helpful to show the real column descriptions however. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39254 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- (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. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39254 --- Comment #2 from Olli-Antti Kivilahti <olli-antti.kivilahti@hypernova.fi> --- (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. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org