#35: Source Browser main menu item showing for admins part 2
-------------------------+--------------------
Reporter: gjm | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: dashboard | Version:
Keywords: |
-------------------------+--------------------
To be looked at after #20
The display of the admin's help link for when there is no source
repositories available should respect other configuration details that
were not specified in #20:
* The menu item should not be shown if the
{{{trac.versioncontrol.web_ui.browser.BrowserModule}}} component is not
activated
* The menu item should not be shown if it is disabled in the mainnav
configuration
* Config to disable the browser:
{{{
#!ini
[mainnav]
browser = disabled
}}}
* The menu item should use the label specified in the mainnav
configuration
* Example of changing "Browse Source" to "Source":
{{{
#!ini
[mainnav]
browser.label = Source
}}}
* If possible it would be good to respect the order specified by the
configuration
* Example of setting the order:
{{{
#!ini
[trac]
mainnav = browser,wiki,tickets,newticket,timeline,roadmap,search,admin
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/35>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker
|