← Back to team overview

phpdevshell team mailing list archive

[Bug 929992] [NEW] Complex symlink to parent menu configuration bug

 

Public bug reported:

a Complex bug that resulted in menu items not found exists when the
plugin xml configuration symlinks a local plugin, but wants the plugin
to exist under an existing menu of another plugin. The menu type needs
to be a jump to link, Example below:

<menu name="AdldapAuth Konfiguration" type="3" link="control-panel.AdldapAuth.Configuration" symlink="adGroupAdminList.php" alias="control-panel.AdldapAuth.Configuration" rank="last" parentlink="system-admin/general-settings.php" plugin="PHPDevShell">
<menu name="AD Verknüpfungen" link="adGroupAdminList.php" alias="AdldapAuth_GroupAdminList" rank="1" />
..some more..
</menu>

The bug was fixed with an early patch provided below.

** Affects: phpdevshell
     Importance: Medium
     Assignee: TitanKing (titan-phpdevshell)
         Status: Fix Committed

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

Title:
  Complex symlink to parent menu configuration bug

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

Bug description:
  a Complex bug that resulted in menu items not found exists when the
  plugin xml configuration symlinks a local plugin, but wants the plugin
  to exist under an existing menu of another plugin. The menu type needs
  to be a jump to link, Example below:

  <menu name="AdldapAuth Konfiguration" type="3" link="control-panel.AdldapAuth.Configuration" symlink="adGroupAdminList.php" alias="control-panel.AdldapAuth.Configuration" rank="last" parentlink="system-admin/general-settings.php" plugin="PHPDevShell">
  <menu name="AD Verknüpfungen" link="adGroupAdminList.php" alias="AdldapAuth_GroupAdminList" rank="1" />
  ..some more..
  </menu>

  The bug was fixed with an early patch provided below.

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


Follow ups

References