Skip to content

Conversation

@labkey-martyp
Copy link
Contributor

Rationale

As we convert animal history to react, we'll want to allow filters beyond lists of ids. Not all reports currently support that, so this flag will indicate to animal history how to handle the reports.

Changes

  • Upgrade script to add supportsNonIdFilters to ehr.reports

Copy link
Contributor

@labkey-jeckels labkey-jeckels left a comment

Choose a reason for hiding this comment

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

How do you plan to handle rows with null values? Are they assumed to be true or false? Would it be more convenient to set them to that value and not allow nulls (maybe not due to existing codepaths that insert rows into the table)?

@labkey-martyp
Copy link
Contributor Author

How do you plan to handle rows with null values? Are they assumed to be true or false? Would it be more convenient to set them to that value and not allow nulls (maybe not due to existing codepaths that insert rows into the table)?

Yeah I'm just coding it up as null is false. Didn't want to force that update to false everywhere.

@labkey-martyp labkey-martyp merged commit 686bc79 into release25.7-SNAPSHOT Jan 9, 2026
8 of 9 checks passed
@labkey-martyp labkey-martyp deleted the 25.7_fb_ehr_reports_col branch January 9, 2026 04:48
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