We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing and then uninstalling a component, the components.list endpoint, still returns "installed": true for that component.
components.list
"installed": true
Steps to reproduce the behavior:
{ "name": "airy-core/sources-chatplugin" }
installed should be false.
installed
false
/
All
The text was updated successfully, but these errors were encountered:
[#3589] Retrieve installed components from cm
776de33
149ebe4
[#3589] Retrieve installed components from cm (#3592)
32d8dc7
* [#3589] Retrieve installed components from cm * [#3599] Install component with a specific version
[#3589] Remove the cache from the controller
f1585ee
[#3589] Remove the cache from the controller (#3766)
84b074a
Successfully merging a pull request may close this issue.
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:
components.list
(installed = false){ "name": "airy-core/sources-chatplugin" }
)components.list
(installed = true)components.list
(still installed = true)Expected behavior
installed
should befalse
.Screenshots
/
Environment
All
Additional context
/
The text was updated successfully, but these errors were encountered: