Skip to content

Fix failed import reason display for events#443

Merged
Flaminel merged 1 commit intomainfrom
fix_failed_import_reason_display
Feb 15, 2026
Merged

Fix failed import reason display for events#443
Flaminel merged 1 commit intomainfrom
fix_failed_import_reason_display

Conversation

@Flaminel
Copy link
Contributor

Relates to #439

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes the Events UI so event data values that are objects/arrays are rendered as readable JSON instead of "[object Object]", addressing issue #439 in the event log details view.

Changes:

  • Add a formatValue() helper to stringify object-like values for display.
  • Update the event data rendering in the template to use the new formatter.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
code/frontend/src/app/features/events/events.component.ts Adds formatValue() to convert object/array values into JSON strings for display.
code/frontend/src/app/features/events/events.component.html Uses formatValue() when rendering event.data key/value pairs to avoid "[object Object]".

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

@Flaminel Flaminel changed the title Fix failed import reason display Fix failed import reason display for events Feb 15, 2026
@Flaminel Flaminel merged commit 65d25a7 into main Feb 15, 2026
12 checks passed
@Flaminel Flaminel deleted the fix_failed_import_reason_display branch February 15, 2026 01:59
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