Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: web UI bug where invalid component could not be deleted. #4310

Conversation

GregoryIvo
Copy link
Contributor

@GregoryIvo GregoryIvo commented Dec 16, 2022

Related Issue: #4305

Description of the solution adopted: Web UI throws an error when you try to apply a wire graph with an invalid component. the issue is this error is present when trying to delete this wire graph as well.
check if the invalid component is going to be deleted (not active), before adding It to the list of invalid components so the error is not thrown.

Screenshots: n/a

Any side note on the changes made: n/a

@GregoryIvo
Copy link
Contributor Author

What it looks like now with the fix

Screen.Recording.2022-12-16.at.6.05.41.PM.mov

Copy link
Contributor

@mattdibi mattdibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on my workstation using the development environment and removing the wirescript filter after setting the component in the wiregraph.

Before this PR

GraphOLD.mov

After this PR

GraphNEW.mov

LGTM

@mattdibi mattdibi merged commit 11f5ed0 into eclipse-kura:develop Dec 19, 2022
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.

2 participants