hospitalrun
Here are 8 public repositories matching this topic...
LDAP support
🚀 Feature Proposal
Login using LDAP account.
Motivation
A lot of companies use LDAP as their login system, so I thought that it could be useful to incorporate to HospitalRun
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Nov 24, 2021 - HTML
🐛 Bug Report
After looking at the size of the build and the config I noticed the whole free-solid-svg-icons library was being imported.
To reproduce
yarn clone github.com/hospitalrun/components
view index.tsx file
This bug is related to following issue as it is taking up space in the hospitalrun build
HospitalRun/hospitalrun-frontend#1808
E
-
Updated
Oct 18, 2020 - SCSS
Improve this page
Add a description, image, and links to the hospitalrun topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hospitalrun 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