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

components.list returns installed=true for uninstalled component #3589

Closed
ljupcovangelski opened this issue Aug 15, 2022 · 0 comments · Fixed by #3592
Closed

components.list returns installed=true for uninstalled component #3589

ljupcovangelski opened this issue Aug 15, 2022 · 0 comments · Fixed by #3592

Comments

@ljupcovangelski
Copy link
Contributor

Describe the bug

When installing and then uninstalling a component, the components.list endpoint, still returns "installed": true for that component.

To Reproduce

Steps to reproduce the behavior:

  • inspect components.list (installed = false)
  • install a component (for example the chatplugin { "name": "airy-core/sources-chatplugin" })
  • inspect components.list (installed = true)
  • uninstall the component
  • inspect components.list (still installed = true)

Expected behavior

installed should be false.

Screenshots

/

Environment

All

Additional context

/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant