-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disallow picking out of range month or year in date input dropdown #9064
Closed
Rishith25
wants to merge
27
commits into
ohcnetwork:develop
from
Rishith25:Disallow-picking-out-of-range-month-or-year
+1,751
−632
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4968551
Disallowing picking out of range month or year
Rishith25 4da071b
Disallow picking out of range month and year
Rishith25 03557ad
Disallow picking out of range month and year
Rishith25 99f0838
Added error message for months and year
Rishith25 18842b5
Merge branch 'develop' into Disallow-picking-out-of-range-month-or-year
nihal467 3cee506
Merge branch 'develop' into Disallow-picking-out-of-range-month-or-year
nihal467 9086a58
fixed doctor calling button size and added types (#9130)
nithish1018 12480c7
Design of List View layout in Resource Page (#9096)
AnveshNalimela e949aa0
disable "Save Button" if no file is selected (#9111)
Srayash 04d6df2
Fixed:Show more monitors in CNS on very large displays #6503 (#9013)
i0am0arunava cacab63
Add Cypress Test Suite for Sample Test Request Workflow (#8977)
JavidSumra 649fe69
Tests to verify error handling and access restrictions during Facilit…
Alokih 9c0c5f9
Login page input fields UI update (#9125)
Rishith25 e8da693
Fix: Bed capacity pop up errors (#9123)
AdityaJ2305 88e4729
Enhanced care config to validate env during build process (#9032)
Alokih b1b5db5
Added SpO2 field in community log update for nurses (#8907)
noufalrahim e7c3210
added a missing translation (#9131)
khavinshankar 8dfdf34
fix: Resolve creation of patient name despite having numeric values (…
Tanuj1718 547f413
Adjusted SpO2 thresholds and labels in DailyRounds component to match…
AdityaJ2305 71c9f9b
Fix: Year Of Birth Field Validation Condition in Patient transfer for…
AdityaJ2305 f665dbc
Fix: TypeError in notification list (#8935)
AdityaJ2305 67e735f
Enhancements to the nursing care procedures and routines tables (#9079)
sainak 82753be
Add function to authorize user to register patient (#9000)
JavidSumra 9ec952d
Refactored the pagination component in cypress (#9163)
nihal467 e840589
fix plausible site domain env validation (#9168)
rithviknishad e48549f
Fixed the cypress env config file and removed hardcoded fallback (#9184)
nihal467 4df1ed2
Updated the disallowing of date range
Rishith25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Resolve creation of patient name despite having numeric values (#…
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove name validation for address field
The name validation is incorrectly applied to both name and address fields. Address fields should allow special characters, numbers, and other characters that might be invalid for names.
Apply this diff to fix the validation:
📝 Committable suggestion