← 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

 

** Changed in: phpdevshell
       Status: New => Invalid

-- 
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.:
  Invalid

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