You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When removing a plugin via the admin gui's delete button, I think the corresponding plugin's yaml file from user/config/plugins should also be removed from the filesystem. This would prevent confusion on future installations of that plugin.
The text was updated successfully, but these errors were encountered:
jgonyea
changed the title
Deleting plugin via GUI should remove yaml from config/plugins
[Enhancement request] Deleting plugin via GUI should remove yaml from config/plugins
Feb 19, 2019
jgonyea
changed the title
[Enhancement request] Deleting plugin via GUI should remove yaml from config/plugins
[Enhancement request] Deleting plugin should remove yaml from config/plugins
Oct 17, 2019
I think ideally there should be two ways to remove a plugin: full uninstall (purge) and partial uninstall, which keeps data and the configuration of the plugin intact in case of you need it later.
So yes, we also need to be able to delete all the other files which were added by the plugin. Should we add something to the blueprint file, so that the data locations can be registered, or do we need to add a custom uninstall script support (or both)?
When removing a plugin via the admin gui's delete button, I think the corresponding plugin's yaml file from user/config/plugins should also be removed from the filesystem. This would prevent confusion on future installations of that plugin.
The text was updated successfully, but these errors were encountered: