Skip to content

Remove Edit Operator button from view page#670

Merged
StuartFerguson merged 2 commits into
mainfrom
copilot/remove-edit-operator-button
Jan 18, 2026
Merged

Remove Edit Operator button from view page#670
StuartFerguson merged 2 commits into
mainfrom
copilot/remove-edit-operator-button

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 18, 2026

Removes the Edit Operator button from the operator detail view page per user request.

Changes

UI (Components/Pages/Operators/View.razor)

  • Removed Edit Operator button from page header
  • Removed unused EditOperator() navigation method

Tests (IntegrationTests/Features/OperatorManagement.feature)

  • Removed 3 test scenarios validating the removed button's visibility and navigation

Notes

Operators remain editable via:

  • Edit button in the operator list table
  • Direct navigation to /operators/{id}/edit

This change makes the detail view read-only with a single "Back to List" action.

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove Edit Operator button</issue_title>
<issue_description>On the view operator screen can the Edit Operator button be removed.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove Edit Operator button from view screen Remove Edit Operator button from view page Jan 18, 2026
Copilot AI requested a review from StuartFerguson January 18, 2026 20:45
@StuartFerguson StuartFerguson marked this pull request as ready for review January 18, 2026 21:16
@StuartFerguson StuartFerguson merged commit a10fb78 into main Jan 18, 2026
10 checks passed
@github-actions github-actions Bot deleted the copilot/remove-edit-operator-button branch March 20, 2026 01: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.

Remove Edit Operator button

2 participants