Skip to content

Tickler Bugfixes 20260428#220

Merged
warrendennis merged 4 commits into
open-osp:mainfrom
openo-beta:tickler-bugfixes/20260428
May 15, 2026
Merged

Tickler Bugfixes 20260428#220
warrendennis merged 4 commits into
open-osp:mainfrom
openo-beta:tickler-bugfixes/20260428

Conversation

@lacarmen

Copy link
Copy Markdown
Contributor

Summary

This package contains four bug fixes for the Tickler module.

A regression was causing a patient-specific filter dropdown to appear unconditionally on the Tickler Manager page, though this fix was already present in the base and required no additional commits.

Error messages on the new and edit tickler pages were appearing multiple times and rendering without Bootstrap styling, which has been corrected along with a missing resource bundle entry for the provider assignment warning.

A separate regression had caused the "Assign Task To" dropdown in the new tickler dialog to stop pre-selecting the currently logged-in user, which has been restored.

Finally, the "Erase Selected Completely" button in Tickler Manager was non-functional and has been fixed; it has also been renamed to "Restore Selected" to better reflect its actual behaviour.

Individual PRs

1. PR #2409 - Fix: extra filter dropdown on tickler manager page (0 commits)

  • A conditional regression was causing a patient-specific filter dropdown to appear unconditionally on the Tickler Manager page
  • This fix was already present in open-osp/main via Enhancement Package 20260401 #216; no additional commits were needed

Related Issue: https://github.com/openo-beta/Open-O/issues/2392

2. PR #2410 - Fix: repeated error messages on new and edit tickler pages, error messages shown without styling (3 commits)

  • Error messages on the new and edit tickler pages were appearing multiple times and without the correct Bootstrap error styling
  • Error message display has been corrected and a missing resource bundle entry for the provider assignment warning was fixed

Related Issue: https://github.com/openo-beta/Open-O/issues/2395

3. PR #2411 - Fix: "Assign Task To" in new tickler window no longer defaulting to the current user (1 commit)

  • A regression caused the "Assign Task To" provider dropdown in the new tickler dialog to no longer pre-select the currently logged-in user
  • Attempting to save a tickler without the "Assign Task To" selected caused a 500 error
  • Default selection logic has been restored

Related Issue: https://github.com/openo-beta/Open-O/issues/2396

4. PR #2412 - Fix: Tickler Manager "Erase Selected Completely" button doesn't work (2 commits)

  • The "Erase Selected Completely" button in Tickler Manager was non-functional
  • The button has been fixed and renamed to "Restore Selected" in the main view and "Restore" in the legacy view to better reflect its actual behaviour

Related Issue: https://github.com/openo-beta/Open-O/issues/2398

…down-tickler-manager

Fix: extra filter dropdown on tickler manager page
…ew-tickler-page

Fix: repeated error message new and edit tickler pages, error messages shown without styling
…w-tickler-no-longer-defaulted-current-user

Fix: "Assign Task To" in new tickler window no longer defaulting to the current user
…lected-coimpletely-not-working

Fix: Tickler Manager - "Erase Selected Completely" button doesn't work
@lacarmen lacarmen force-pushed the tickler-bugfixes/20260428 branch from 10237ff to bed1dd1 Compare April 29, 2026 16:02
@lacarmen lacarmen marked this pull request as ready for review April 29, 2026 16:21
@warrendennis warrendennis merged commit 50e7b39 into open-osp:main May 15, 2026
12 checks passed
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.

2 participants