Bug 38361

Summary: Gender field does not include a Required if the field is set to required in PatronSelfRegistrationBorrowerMandatoryField
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
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 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?