Project

General

Profile

Actions

Bug #5160

closed

Packages menu entries ignored

Added by Renato Botelho over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
09/18/2015
Due date:
% Done:

100%

Estimated time:

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

Actions #1

Updated by Anonymous over 8 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.

Actions #2

Updated by Anonymous over 8 years ago

  • % Done changed from 0 to 100
Actions #3

Updated by Jim Pingle over 8 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>
Actions #4

Updated by Anonymous over 8 years ago

  • Status changed from Assigned to Feedback
  • Assignee changed from Anonymous to Jim Pingle

Corrected as noted. Thanks!

Actions #5

Updated by Jim Pingle over 8 years ago

  • Status changed from Feedback to Resolved

Looks good now, thanks!

Actions

Also available in: Atom PDF