-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
task/WP-345: Entities changes UTH & task/WP-376: Add 'Year' column to…
… registration admin listing (#245) * 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]>
- Loading branch information
1 parent
6d7a712
commit 398d3e3
Showing
10 changed files
with
257 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
158 changes: 79 additions & 79 deletions
158
apcd-cms/src/apps/registrations/templates/submission_form/registration_form_body.html
Large diffs are not rendered by default.
Oops, something went wrong.
244 changes: 150 additions & 94 deletions
244
apcd-cms/src/apps/registrations/templates/submission_form/registration_form_scripts.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters