Skip to content

DYN-8158: TuneUp extension table cells should not be editable#105

Open
ivaylo-matov wants to merge 4 commits intoDynamoDS:masterfrom
ivaylo-matov:DYN-8158-TuneUp-extension-table-cells-should-not-be-editable
Open

DYN-8158: TuneUp extension table cells should not be editable#105
ivaylo-matov wants to merge 4 commits intoDynamoDS:masterfrom
ivaylo-matov:DYN-8158-TuneUp-extension-table-cells-should-not-be-editable

Conversation

@ivaylo-matov
Copy link
Contributor

Small PR to address DYN-8158 by making TuneUp table cells in the execution-order (#) column non-editable.

Users could previously double-click and type arbitrary values in this column, even though it should only display execution order. This change sets those cells to read-only across the TuneUp tables, preserving the intended behavior and preventing accidental edits.

Before:
DYN-8158-Before

After:
DYN-8158-After

@zeusongit
@johnpierson
@dnenov

@avidit avidit requested a review from Copilot March 13, 2026 13:35
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

Updates TuneUp’s UI to prevent users from editing the execution-order (“#”) column in the TuneUp tables, addressing DYN-8158 and aligning the column with its display-only intent.

Changes:

  • Set the execution-order column in TuneUpWindow.xaml to read-only (currently for the Latest Run table).
  • Bump TuneUp package/assembly version from 2.0.5 to 2.0.6.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
TuneUp/manifests/pkg.json Package manifest version bump to 2.0.6.
TuneUp/TuneUpWindow.xaml Marks the execution-order DataGrid column as read-only (Latest Run table).
TuneUp/Properties/AssemblyInfo.cs Assembly version bump to 2.0.6.

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

You can also share your feedback on Copilot code review. Take the survey.

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.

3 participants