← Back to team overview

phpdevshell team mailing list archive

[Bug 688428] Re: plugin.config type 6 place holder requires link to be properly placed in menu

 

The "link" setting is mandatory, a ID is created from that, if not
present it will have no id, meaning second level menu does not know whom
it belongs to. For link type 6 add a fail-safe menu location if the
javascript fails that is suppose to block clicking it.

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

Title:
  plugin.config type 6 place holder requires link to be properly placed in menu

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

Bug description:
  In the plugin.config file, try this:
<menu name="TEST1" type="6" hide="2" link="" rank="last">
  <menu name="TEST2" type="6" hide="2" link="" rank="1">
  </menu>
</menu>
Notice that TEST1 does not even show up on the menu.

Then try this also:
<menu name="TEST1" type="6" hide="2" link="" rank="last">
  <menu name="TEST2" type="1" hide="2" link="somefile.php" rank="1">
  </menu>
</menu>
Notice that the TEST2 will not appear underneath TEST1 as it should.





References