Skip to content
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

Production Release June Week 1 #2612

Merged
merged 151 commits into from
Jun 4, 2022
Merged

Production Release June Week 1 #2612

merged 151 commits into from
Jun 4, 2022

Conversation

gigincg
Copy link
Member

@gigincg gigincg commented Jun 1, 2022

No description provided.

khavinshankar and others added 8 commits June 3, 2022 09:23
Fixed the button getting hidden in mobile screen of Patient Feed Page and Asset Configuration Page
Fixed the Ui unresposive behaviour of Shifting page in mobile devices
Added uniformity to the page Fixes Issue#2522
Fixed the Ui of Patient page unresponsive behaviour in mobile
Fix asset qr code id empty string
Adds hints for delete last entry, mark as accident and unmark actions in inventory management
Ashesh3 and others added 2 commits June 3, 2022 10:37
Improve Sample Test page and Voice Recorder
@@ -31,6 +31,11 @@
return Math.floor(Math.random() * max) + min;
};

export const validateName = (name: string) => {
const pattern = /^([a-zA-Z]*( [a-zA-Z])?)+$/;

Check failure

Code scanning / CodeQL

Inefficient regular expression

This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'A'.
@mathew-alex mathew-alex merged commit e8e5dbc into master Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet