Skip to content

[bot] Fast-forward for 26.3.17#723

Merged
github-actions[bot] merged 1 commit into
release26.3from
26.3_ff_bot_26.3.17
Jul 14, 2026
Merged

[bot] Fast-forward for 26.3.17#723
github-actions[bot] merged 1 commit into
release26.3from
26.3_ff_bot_26.3.17

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Generated automatically.
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
View all PRs: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.3_ff_bot_26.3.17

## 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 4d85036 into release26.3 Jul 14, 2026
11 of 13 checks passed
@github-actions github-actions Bot deleted the 26.3_ff_bot_26.3.17 branch July 14, 2026 21:55
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