Bug 38361 - Gender field does not include a Required if the field is set to required in PatronSelfRegistrationBorrowerMandatoryField
Summary: Gender field does not include a Required if the field is set to required in ...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-05 16:35 UTC by Lucas Gass (lukeg)
Modified: 2024-11-05 16:35 UTC (History)
0 users

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 Lucas Gass (lukeg) 2024-11-05 16:35:12 UTC
To recreate:

1.  PatronSelfRegistrationBorrowerMandatoryField, find Gender(sex) and mark it as required. 
2. Go to the self registration form. No 'Required' label.

Also, this field is different because of the radio buttons. You cannot select a non value here so it makes interacting with PatronSelfRegistrationBorrowerMandatoryField weird.

Why is this field a set of radio buttons when no others are? Should it be a dropdown?