-
Notifications
You must be signed in to change notification settings - Fork 30
✨ Frontend: wait for backend's confirmation before removing a node #4639
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
✨ Frontend: wait for backend's confirmation before removing a node #4639
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit b569d7a and detected 0 issues on this pull request. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's javascript 🌡️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐌
very nice! thanks! |
What do these changes do?
This PR follows #4617
When
DELETE
ing a node, the backend needs to first do some operations before really deleting it from the pipeline. This PR makes the frontend wait for the backend's response.Related issue/s
How to test
DevOps Checklist