fix(designers): Improving action name validation#8921
Open
Santiagosala2 wants to merge 1 commit intoAzure:mainfrom
Open
fix(designers): Improving action name validation#8921Santiagosala2 wants to merge 1 commit intoAzure:mainfrom
Santiagosala2 wants to merge 1 commit intoAzure:mainfrom
Conversation
🔒 AI Validation PendingThis PR is from an external contributor. AI validation will be performed after manual review by a maintainer. Maintainers: Re-run this workflow after reviewing the changes if you want to enable AI validation. |
Author
|
@microsoft-github-policy-service agree |
This was referenced Mar 15, 2026
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
When you select an action or node to change its name in the details panel, you type a name and then realize that you added an extra space at the end. When you try to remove it (without hitting Enter), it says "The name already exists..." (even though there are no other actions with that name). Finally, your given name gets removed.
Root cause: The selected node's previous name is being included in the name uniqueness validation. The validation should only check against the names of other nodes.
This improves the user experience, as it's common to rename actions, mistype or add extra spaces, and want to correct them mid-edit — especially when copying names from elsewhere.
Impact of Change
Test Plan
Contributors
@Santiagosala2
Screenshots/Videos