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

A plugin cannot be uninstalled if it's the only one installed #2162

Closed
GomeniucIvan opened this issue Nov 24, 2020 · 2 comments
Closed

A plugin cannot be uninstalled if it's the only one installed #2162

GomeniucIvan opened this issue Nov 24, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@GomeniucIvan
Copy link

Version: 4.x

Steps to reproduce the problem:

  1. Install one plugin from plugins
  2. Uninstall installed plugin

Expected: No plugin(s) to be installed

installedPluginSystemNames.Remove(systemName);
remove plugin from from list

PluginFileParser.SaveInstalledPluginsFile(installedPluginSystemNames);

public static void SaveInstalledPluginsFile(ICollection<string> pluginSystemNames, string filePath = null)

return without any changes

@mgesing
Copy link
Contributor

mgesing commented Nov 24, 2020

And what exactly is the problem? Uninstalling a single plugin works as expected to me.

@GomeniucIvan
Copy link
Author

Sorry for the confusing description. When you try to uninstall the last plugin. Here is the video with issue:
https://streamable.com/7epplq

@mgesing mgesing changed the title One plugin uninstall A plugin cannot be uninstalled if it's the only one installed Nov 24, 2020
@mgesing mgesing self-assigned this Nov 24, 2020
@mgesing mgesing added the bug label Nov 24, 2020
@muratcakir muratcakir added this to the 4.5 milestone Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants