fix(designer): disable connection reassign when read-only - #9599
Merged
Brian Lam (lambrianmsft) merged 2 commits intoSep 3, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Brian Lam (lambrianmsft)
September 3, 2026 20:11
View session
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Brian Lam (lambrianmsft)
force-pushed
the
lambrian-microsoft-disable-connection-reassign
branch
from
September 3, 2026 20:16
06e7c20 to
5a28c54
Compare
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No change needed |
| Commit Type | ✅ | No change needed |
| Risk Level | ✅ | low is correct (matches label + body) |
| What & Why | ✅ | No change needed |
| Impact of Change | ✅ | No change needed |
| Test Plan | ✅ | Unit tests confirmed in diff |
| Contributors | Credit contributors if any | |
| Screenshots/Videos | Optional screenshot of disabled state |
All required checks pass. This PR is compliant and cleared to merge — consider the two optional nudges (Contributors, Screenshots).
Powered by: Copilot CLI (claude-opus-4.8) | Last updated: Thu, 03 Sep 2026 20:31:03 GMT
Andrew Eldridge (andrew-eldridge)
approved these changes
Sep 3, 2026
Brian Lam (lambrianmsft)
enabled auto-merge (squash)
September 3, 2026 20:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Disable the Connections panel Reassign action whenever the host configures the designer as read-only. Both the original and preview designers had separate ConnectionEntry implementations that ignored their existing read-only state, allowing users to open a connection reassignment flow in otherwise read-only workflows.
Impact of Change
useReadOnly()selector.Test Plan
Contributors
N/A
Screenshots/Videos
Not included. The visual change is limited to the Fluent UI disabled state on the existing Reassign action and is covered by focused component assertions in both designer packages.