Project

General

Profile

Actions

Bug #5212

closed

Top menus not showing installed packages

Added by Anonymous over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Target version:
-
Start date:
09/29/2015
Due date:
% Done:

100%

Estimated time:

Description

When new packages are installed any menus they require should be added to the top menus. This works with some packages, but not all. Softflowd, for examples, installs and may be configured by typing the page URL by hand, but it does not appear in the Services menu as it should.

Actions #1

Updated by Anonymous over 8 years ago

  • Status changed from New to Feedback
  • Assignee changed from Anonymous to Chris Buechler

head.inc parses the config files to generate the new menu entries, but it uses:

$config['installedpackages']['menu'],
$config['installedpackages']['packages'], AND
$config['installedpackages']['packages']['configfile']['menu']

to get the required information.

In several packages, the information from these three sources does not match. e.g.: SoftflowD has section = "Services" in some places, but "Network Management" in others.

head.inc has been updated to read the menu information from $config['installedpackages']['menu'] only and now displays all installed package menus correctly.

Actions #2

Updated by Anonymous over 8 years ago

  • % Done changed from 0 to 100
Actions #3

Updated by Chris Buechler over 8 years ago

  • Status changed from Feedback to Resolved

fixed

Actions

Also available in: Atom PDF