leaf icon indicating copy to clipboard operation
leaf copied to clipboard

Leaf Clinical Data Explorer

Results 72 leaf issues
Sort by recently updated
recently updated
newest added

Hello everyone, Is anyone else experiencing an issue with Leafs export? It looks like when we export patient information from the patient list tab all the columns are duplicated without...

### Discussed in https://github.com/uwrit/leaf/discussions/554 Originally posted by **artgoldberg** August 9, 2022 Leaf's being funky with Chrome and maintenance mode. Running Leaf 3.11, `commit 6f06ef8acfbc6654b88e2ea5411d32af521bec78`. Although maintenance mode has worked previously...

Hi Folks Leaf is failing to allow users to login. The login sequence dies during the ``` ... Loading Saved Queries ``` phase. It concludes with this error ``` Uh...

We've had cases where users will already have a cohort of patients, and they want to view datasets for those patients. It would be helpful if there was a way...

Hi Folks I experience a few problems with Maintenance Mode, which I've documented with screen recordings that show the Leaf GUI and DBeaver views of tables and queries in the...

In some cases it might be helpful if we could pick new display names for the column headers on the Patient List. In our specific case, we don't want to...

enhancement

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies
javascript

Hello Leaf folks I'm running Leaf 3.11.1, and testing `Authorization.AllowAllAuthenticatedUsers` from [3.10](https://github.com/uwrit/leaf/releases/tag/v3.10.0). My `appsettings.json` contains: ``` "Authentication": { "Mechanism": "SAML2", ... "Authorization": { "AllowAllAuthenicatedUsers": true, "Mechanism": "APPDB" } ``` When...

I found that the U+FEFF character was causing issues when executing db scripts. Created below PR to address it. PR: https://github.com/uwrit/leaf/pull/536

The U+FEFF character was causing the error "Incorrect syntax near ''" when I ran the LeafDB.sql. I couldn't find a good reason why that character was there. I went ahead...