Skip to content

fix(ui): show Capture ID label for node_id (11.0.307) - #915

Merged
adubovikov merged 1 commit into
homer11from
fix/914-capture-id-display-alias
Aug 5, 2026
Merged

fix(ui): show Capture ID label for node_id (11.0.307)#915
adubovikov merged 1 commit into
homer11from
fix/914-capture-id-display-alias

Conversation

@adubovikov

@adubovikov adubovikov commented Aug 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Homer 7 showed HEP chunk 0x000c as CaptureID; Homer 11 stores it as lake column node_id
  • Add UI-only display alias: Results table header + Columns dialog show Capture ID (tooltip Capture ID (node_id))
  • No schema / ingest change — filter capture_id already matches node_id
  • Bump version to 11.0.307
  • Fixes [BUG]: capture_id not available to select on homer 11 #914

Test plan

  • Search SIP calls; confirm node_id column appears as Capture ID in the table header
  • Open Columns dialog; confirm label Capture ID with tooltip including node_id
  • Sorting/hiding still use key node_id (localStorage order/hidden keys unchanged)
  • cd src/ui && npm test -- --run src/dashboard/resultColumnLabels.test.ts

Homer 7 used CaptureID for HEP chunk 0x000c; Homer 11 stores it as
node_id. Add a UI-only display alias in Results headers/Columns so the
value is findable again (fixes #914). Bump version to 11.0.307.
@adubovikov
adubovikov merged commit 1aae7da into homer11 Aug 5, 2026
9 checks passed
@adubovikov
adubovikov deleted the fix/914-capture-id-display-alias branch August 5, 2026 19:02
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.

[BUG]: capture_id not available to select on homer 11

1 participant