Skip to content

Conversation

@labkey-martyp
Copy link
Contributor

Rationale

Fixes an issue when a case is opened as a draft then goes to Completed or Review Required. Daily observation orders were not being created for this use case.

Also update admin data entry view to use ldk-updateQuery for better field type handling.

Changes

  • Cases upsert cleanup and fix
  • Admin data entry URL update

Copy link
Contributor

@labkey-bpatel labkey-bpatel left a comment

Choose a reason for hiding this comment

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

Approved, but see my comment.

}

if (!row.performedby) {
EHR.Server.Utils.addError(errors, 'performedby', 'Opened by is a required field.', 'ERROR');
Copy link
Contributor

Choose a reason for hiding this comment

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

"Opened by is a required field" --should it be "'Performed By' is a required field"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The field in the form is "Opened By" I tried to make that a little clearer in this message

@labkey-martyp labkey-martyp merged commit b7473f7 into release25.7-SNAPSHOT Oct 16, 2025
5 of 6 checks passed
@labkey-martyp labkey-martyp deleted the 25.7_fb_draft_case_obs branch October 16, 2025 16:56
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