← Back to team overview

phpdevshell team mailing list archive

[Bug 928149] Re: Creating different plugins pointing to same named file, overrides original

 

This was cause due to a query check for an existing menu id that did not
include the plugin folder in the query. Above patch fixes this, though
it will be fixed in future release.

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

Title:
  Creating different plugins pointing to same named file, overrides
  original

Status in Open Source PHP RAD Framework with UI.:
  Confirmed

Bug description:
  When we have a menu in one plugin like this: <menu name="AdldapWrapper
  Konfiguration" link="configuration.php"
  alias="AdldapWrapper.Configuration" rank="last" parentlink="system-
  admin/general-settings.php" plugin="PHPDevShell" />

  and in another plugin like this:

  <menu name="Gästegenerator Konfiguration" link="configuration.php"
  alias="GuestGenerator.Configuration" rank="last" parentlink="system-
  admin/general-settings.php" plugin="PHPDevShell" />

  The second one overrides the first id.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/928149/+subscriptions


References