You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Made medical, pharmacy, and dental checkboxes required + modified files type help text to say that one of those three is required.
* Checkbox validation fxn is now generalized for any group of checkboxes; some code simplification as well, and parallel changes to entities add. blocks to changes on form body template
* Convert coverage estimate fields to text fields with regex pattern to only capture relevant numbers
* Increase state drop down box size by 0.5ch
* Add JS scripting to switch between state abbreviation and full state description depending on user interaction with state drop down
* Add data-display-value attribute to state list options
* Add 'Year' column to admin registrations listing page
* Make common styling source for registrations listing table now that both tables have same layout
* Add registration_year to create_registration util, and accommodate renewal in this
* Pass renewal parameter to create_registration util to check for renewal on form
* Ensure checkbox validation for file type selection works on edit & renew
* Ensure option must be selected from state drop down to submit form
* task/WP-345--entities-changes-uth---proposed-query-fix (#247)
* task/WP-345--entities-changes-uth---proposed-query-fix
* Pass confirmed reg_ids to get_entities and get_contacts on renewal listing
---------
Co-authored-by: Garrett Edmonds <[email protected]>
---------
Co-authored-by: sophia-massie <[email protected]>
{f"LEFT JOIN registration_submitters on registrations.registration_id = registration_submitters.registration_id LEFT JOIN submitters ON registration_submitters.submitter_id = submitters.submitter_id WHERE submitter_code = '{str(submitter_code)}' ORDER BY registrations.registration_id"ifsubmitter_codeisnotNoneelse''}"""
0 commit comments