Skip to content

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

@GomeniucIvan

Description

@GomeniucIvan

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions