forked from openemr/openemr
-
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.
Rel 702 openemr 7503 7509 7511 7527 (openemr#7536)
* Fixes openemr#7503 user admin create empty google sign in (openemr#7504) * Fixes openemr#7503 user admin create empty google sign in Fixes openemr#7503 by allowing the multiple users to have an empty google sign in email address. If the address is empty it sets the value to null which doesn't trigger the unique constraint. * Fixes unit tests. Was missing the null value on the insert, thought the custom escape would handle it... but no. Tried to refactor to be bound parameters but found out the insert happens inside AuthUtils... instead of breaking the heavily vetted password creation pieces by changing up the function logic, backed out all the code and made the simple fix... sad. * Fixes openemr#7509 twigify dicom viewer (openemr#7510) * Fixes openemr#7509 twigify dicom viewer Make it so the dicom viewer uses twig for its rendering so module writers can extend the template. Also fixed a number of strings and variables missing escaping and language translation. * Fix style fixes * Fixes openemr#7511 documents stray html tags (openemr#7512) Made it so the <br /> tag does not show up in the message statuses when updating document properties. Fixes openemr#7511 * Fixes openemr#7526 labcore fix date collected issues (openemr#7527) * Fixes openemr#7526 labcore fix date collected issues Made it so the date collected issue works when doing the manual ereq for labcore. Fixes openemr#7526 * Remove unneccessary use statement * Change collection_date null to empty string value * fix: bug --------- Co-authored-by: stephen waite <[email protected]>
- Loading branch information
1 parent
ef74254
commit 1fc056a
Showing
7 changed files
with
506 additions
and
474 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
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
Oops, something went wrong.