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

Removing VCS from GUI with connected workspaces doesn't result in error message GUI #1666

Closed
iam-take opened this issue Dec 28, 2024 · 1 comment · Fixed by #1675
Closed
Labels
bug Something isn't working

Comments

@iam-take
Copy link

Bug description 🐞

When you are removing a VCS Provider in the GUI and this VCS is still connected to workspace(s) nothing happens. You do not see an error and the VCS is not removed. Which is good ofcourse however feedback with the reason why this isn't possible would be much appreciated.

What I did now is open the developer tools to see the response when clicking the button

Steps to reproduce

  1. Create VCS Provider
  2. Connect it to a workspace
  3. Remove VCS Provider
  4. No error message will be shown.

Expected behavior

No response

Example repository

No response

Anything else?

No response

@iam-take iam-take added the bug Something isn't working label Dec 28, 2024
@alfespa17
Copy link
Member

I guess adding a message here could work at least to show there is an error while deleting

message.error("Error deleting module " + error);

I will test next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants