Skip to content

Conversation

@labkey-martyp
Copy link
Contributor

@labkey-martyp labkey-martyp commented Aug 1, 2025

Rationale

Update extensible col UI to allow ehr billing ext columns in other folders.

Changes

  • Add container field and pass this in to API call
  • Test helper update

const ctx = EHR.Utils.getEHRContext();
const container = document.getElementById("ehrbilling_container").value;
if (!container) {
LABKEY.Utils.alert("Error", "Must enter the container path of the compliance folder.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the wrong message here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

var ctx = EHR.Utils.getEHRContext();
const ctx = EHR.Utils.getEHRContext();
const container = document.getElementById("ehrbilling_container").value;
if (!container) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for heads up. New PRs opened for broken tests related to this.

https://github.com/LabKey/tnprcEHRModules/pull/149
LabKey/wnprc-modules#861

@labkey-martyp labkey-martyp merged commit bc48be4 into release25.7-SNAPSHOT Aug 6, 2025
4 of 7 checks passed
@labkey-martyp labkey-martyp deleted the 25.7_fb_ehr_billing_ext_col branch August 6, 2025 20:10
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.

3 participants