Skip to content

Fix CSV and clipboard exports writing StackPanel type name as column headers (#805)#806

Merged
erikdarlingdata merged 2 commits intodevfrom
fix/csv-header-stackpanel-805
Apr 8, 2026
Merged

Fix CSV and clipboard exports writing StackPanel type name as column headers (#805)#806
erikdarlingdata merged 2 commits intodevfrom
fix/csv-header-stackpanel-805

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

Test plan

  • Export any grid to CSV, verify column headers match the UI
  • Copy grid rows to clipboard, verify headers are correct

🤖 Generated with Claude Code

erikdarlingdata and others added 2 commits April 7, 2026 13:48
SignPath FOSS certificate approved — switch from test-signing to
release-signing policy and add required sponsor section to README.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…headers (#805)

Five inline export paths used col.Header?.ToString() which returns
"System.Windows.Controls.StackPanel" for complex headers. Replace with
DataGridClipboardBehavior.GetHeaderText() which extracts the TextBlock text.

Affected: ServerTab, FinOpsTab (clipboard + CSV), AlertsHistoryTab (clipboard + CSV).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 6139aed into dev Apr 8, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the fix/csv-header-stackpanel-805 branch April 9, 2026 00:33
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.

1 participant