emr
Here are 256 public repositories matching this topic...
-
Updated
Apr 29, 2022 - Python
With a system client app there are no redirect, launch, or logout fields to be populated when registered a system client app. We won't do this for our ONC certification release but it will make the system client registration nicer to hide those fields. This is an easy first time issue if someone wants to take it on.
We need the following fields hidden on the page [/interface/smart/register-ap
Describe the bug
When the finalizer is called for CLR JvmObjectId objects, it calls the rm DotnetBackend method and this calls goes through the JvmBridge class. Because the rm call goes through [JvmBridge.CallJavaMethod](https://github.com/do
-
Updated
May 1, 2022 - Java
-
Updated
Apr 17, 2022 - Shell
-
Updated
Feb 22, 2022 - HTML
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 27, 2022 - Java
-
Updated
Apr 14, 2022 - Ruby
-
Updated
Jan 12, 2021 - Python
-
Updated
Oct 31, 2018 - HTML
-
Updated
Apr 29, 2022 - Python
-
Updated
Apr 29, 2022 - HCL
-
Updated
Nov 26, 2018 - HCL
-
Updated
Mar 13, 2018 - C++
-
Updated
Apr 9, 2022 - PHP
-
Updated
Oct 21, 2019 - HCL
-
Updated
Mar 22, 2022 - Python
-
Updated
Sep 14, 2018 - CSS
-
Updated
Apr 22, 2022 - JavaScript
Improve this page
Add a description, image, and links to the emr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the emr topic, visit your repo's landing page and select "manage topics."
Report incident is currently hardcoded to set
reportedByto some user instead of the currently logged in user's id. This needs to be corrected to user the current user id from the redux store.To Reproduce