MantisBT: master 05dff488

Author Committer Branch Timestamp Parent
dregad dregad master 2017-07-02 08:43 master 8f5e129d
Affected Issues  0019992: Default page for Manage config submenu should be "Permissions Report"
 0022730: 'Manage Configuration' tab usually does not highlight
Changeset

Fix highlighting of 'Manage Configuration' menu

Issue 0019992 changed the default page for 'Manage Configuration' menu.
This introduced a regression, causing the main menu item to no longer be
properly highlighted when any page other than the previous default one
(Configuration Report) was active.

We now define the default page as a constant (DEFAULT_CONFIG_PAGE),
which is used in all of the menu's sub-pages.

Fixes 0022730

mod - adm_config_report.php Diff File
mod - adm_permissions_report.php Diff File
mod - core/constant_inc.php Diff File
mod - manage_config_columns_page.php Diff File
mod - manage_config_email_page.php Diff File
mod - manage_config_work_threshold_page.php Diff File
mod - manage_config_workflow_page.php Diff File