Skip to content

[bot] Merge 26.3 to 26.7#722

Merged
github-actions[bot] merged 2 commits into
release26.7-SNAPSHOTfrom
26.7_fb_bot_merge_26.3
Jul 14, 2026
Merged

[bot] Merge 26.3 to 26.7#722
github-actions[bot] merged 2 commits into
release26.7-SNAPSHOTfrom
26.7_fb_bot_merge_26.3

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Generated automatically.
Merging changes from: 4d85036
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
Verify all PRs before approving: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.7_fb_bot_merge_26.3

labkey-martyp and others added 2 commits July 8, 2026 11:03
## Rationale

Clinical History was showing only the date on most record types, even
though the underlying datasets store full timestamps. Showing the time
makes it possible to see the order of same-day clinical events
(observations, drug administrations, case activity, etc.) in the
Clinical History panel.

## Changes

- Add `setShowTime(true)` to the 18 history data source constructors
that were missing it.
- Change the explicit `row.setShowTime(false)` calls to `true` in
`NIRCObservationsDataSource` and `NIRCObservationOrdersDataSource`,
whose custom `processRows` overrides bypass the constructor flag; this
also covers the behavior and clinical observation subclasses.
- No column changes needed: every source already selects its date field
(`date`, or `enddate` where `getDateField()` is overridden) and
`AbstractDataSource` reads it via `getTimestamp()`, so the time
component is available for display.
@github-actions github-actions Bot merged commit a54f12e into release26.7-SNAPSHOT Jul 14, 2026
8 checks passed
@github-actions github-actions Bot deleted the 26.7_fb_bot_merge_26.3 branch July 14, 2026 14:04
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