View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008241 | mantisbt | customization | public | 2007-08-07 04:19 | 2007-10-24 02:27 |
Reporter | wessel_k | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.1.0a4 | ||||
Fixed in Version | 1.1.0rc2 | ||||
Summary | 0008241: Disable Roadmap | ||||
Description | When trying to disable the roadmap feature within Mantis by entering the following line into config_inc.php; $g_view_changelog_threshold = NOBODY; Nothing happens. The roadmap menu-item is removed on a project level basis. But not on the toplevel. Regards, Wessel | ||||
Steps To Reproduce | Add to config_inc.php and check the top-level of the projects. | ||||
Additional Information | The solution to work around this issue: The patch for it so that it works like Changelog, would be to: core/html_api.php - print_menu() Code: to Code: | ||||
Tags | No tags attached. | ||||
A question. The code you posted:
seems to indicate you should set $g_roadmap_view_threshold to control it, and not $g_view_changelog_threshold Is that just a copy&paste issue? |
|
Yes, it is a typo. I suggested this temporary fix to wessel_k on the forums so I am aware of the issue. |
|
You're absolutely right. Made a type there. |
|
a) this hasn't made it into rc1, will it be in rc2? b) there's still a setup where roadmap still is visible (with view_threshold=NOBODY): when a user has no project assigned (yet) and all projects existing are private. |
|