← Back to team overview

phpdevshell team mailing list archive

[Bug 677331] Re: uninstall plugin with dependent plugins

 

** Changed in: phpdevshell
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/677331

Title:
  uninstall plugin with dependent plugins

Status in Open Source PHP RAD Framework with UI.:
  Fix Released

Bug description:
  Create a new plugin called MyPlugin and install it, and then create and install another new plugin called AnotherPlugin that has a dependency on MyPlugin.

Now if you uninstall MyPlugin it is allowed.

I think there should be a check that prevents the uninstallation of a plugin if there are still dependent plugins installed. All dependent plugins should need to be uninstalled first.





References