Bug #5160
closedPackages menu entries ignored
100%
Description
After install 'System Patches' I noted the menu item "System -> Patches" were missing. The <menu> entry is present in /usr/local/pkg/systempatches.xml as expected
Updated by Anonymous about 9 years ago
- Status changed from New to Feedback
- Assignee changed from Anonymous to Renato Botelho
head.inc now extracts the package config file name from config.xml and parses that file to obtain the menu information. Installed packages now appear in the menu system as required.
Note: The package web pages will require a Bootstrap upgrade.
Updated by Anonymous about 9 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:da4a4b9f556c3b374c361513684ad4ca4c44ffcc.
Updated by Jim Pingle about 9 years ago
- Status changed from Feedback to Assigned
- Assignee changed from Renato Botelho to Anonymous
Seems to be using the name of the package for the menu entry and not the name tag inside the menu tag.
For example the System Patches package menu is showing as System > System Patches, but it should be "Patches" based on the menu tag:
<menu> <name>Patches</name> <section>System</section> <url>/system_patches.php</url> </menu>
Updated by Anonymous about 9 years ago
- Status changed from Assigned to Feedback
- Assignee changed from Anonymous to Jim Pingle
Corrected as noted. Thanks!
Updated by Jim Pingle about 9 years ago
- Status changed from Feedback to Resolved
Looks good now, thanks!