← Back to team overview

phpdevshell team mailing list archive

[Bug 687580] Re: Uninstall settings in plungin.config not working

 

** 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/687580

Title:
  Uninstall settings in plungin.config not working

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

Bug description:
  I have this in plugin config:
<install>
  <settings>
    <setting write="CurrentCompany">1</setting>
  </settings>
   ...
   other stuff
   ...
</install>

<uninstall>
  <settings>
    <setting delete="CurrentCompany"></setting>
  </settings>
</uninstall>

But after uninstalling plugin, the setting is still listed on the Config Manager page.





References