Tickler Bugfixes 20260428#220
Merged
warrendennis merged 4 commits intoMay 15, 2026
Merged
Conversation
…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
10237ff to
bed1dd1
Compare
warrendennis
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)
open-osp/mainvia Enhancement Package 20260401 #216; no additional commits were neededRelated 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)
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)
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)
Related Issue: https://github.com/openo-beta/Open-O/issues/2398