Skip to content

Fix Status Not Displaying in Message Filter within Events UI - #251

Merged
gibson9583 merged 1 commit into
OpenIntegrationEngine:mainfrom
gibson9583:CG-Status-Fix
Feb 13, 2026
Merged

Fix Status Not Displaying in Message Filter within Events UI#251
gibson9583 merged 1 commit into
OpenIntegrationEngine:mainfrom
gibson9583:CG-Status-Fix

Conversation

@gibson9583

Copy link
Copy Markdown
Contributor

The MessageFilterToStringStyle.appendDetail collection override only handled metaDataSearch and silently
dropped all other collections, including Status

Added fallback to super.appendDetail() so Status and other collection fields are properly displayed

Closes#250

@gibson9583

Copy link
Copy Markdown
ContributorAuthor
image

build run locally - Status now displays

@github-actions

github-actionsBot commented Feb 12, 2026

Copy link
Copy Markdown

Test Results

105 files ±0 202 suites ±0 7m 0s ⏱️ + 1m 11s
633 tests ±0 633 ✅ ±0 0 💤 ±0 0 ❌ ±0 
1 266 runs ±0 1 266 ✅ ±0 0 💤 ±0 0 ❌ ±0 

Results for commit a0e5458. ± Comparison against base commit 79a7c23.

♻️ This comment has been updated with latest results.

@gibson9583gibson9583 changed the title Fix Status filter not displaying in message browserFix Status Not Displaying in Message Filter within Events UIFeb 13, 2026
Signed-off-by: gibson9583 <cgibson@outlook.com>

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This pull request fixes a bug where the Status field (and other collection fields) in MessageFilter were not being displayed in the Events UI audit trail. The issue was caused by the MessageFilterToStringStyle.appendDetail method only handling the metaDataSearch collection and silently dropping all other collections.

Changes:

  • Added fallback to super.appendDetail() in MessageFilterToStringStyle to properly handle Status and other collection fields

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kayyagari
kayyagari self-requested a review February 13, 2026 06:08
@gibson9583
gibson9583 merged commit 7c85593 into OpenIntegrationEngine:mainFeb 13, 2026
10 checks passed
Sign up for freeto 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.

Status in Message Filter Not Visible in Events UI

5 participants

@gibson9583@kayyagari@jonbartels@mgaffigan