Hallo,
Could you advice me how to hide some items (namely reproducibility and severity) in details of issues?
Thank you very much in advance.
Petra
Moderators: Developer, Contributor
Which elemements do you want to hide? (there is no configuration for all fields)Snorvarg wrote:Hi, I am new to Mantis, and would like to do the same thing; hide some elements in the default view of view issues. (ex. site.com/view.php?id=1)
"View Issue Columns" affects the colums displayed in "View Issues" page (view_all_bug_page.php) but not not on the page where a single issue is displayed (view.php)Snorvarg wrote:I found the admin page manage_config_columns_page.php, but it does not seem to work, if I remove some fields in the 'View issue columns', it does not show in the view issues page. I guess I misunderstand the use of the manage_config_columns_page.php page,
atrol wrote:Which elemements do you want to hide? (there is no configuration for all fields)
atrol wrote:"View Issue Columns" affects the colums displayed in "View Issues" page (view_all_bug_page.php) but not not on the page where a single issue is displayed (view.php)
$g_enable_profiles = OFF;$g_tag_view_threshold = NOBODY;
$g_tag_attach_threshold = NOBODY;$g_set_view_status_threshold = NOBODY;
$g_change_view_status_threshold = NOBODY;?? , quite busySnorvarg wrote:drupal management:
Seems that my signature is not clear enough when writing "read the Manual"Snorvarg wrote:http://docs.mantisbt.org/master/en/administration_guide.html
atrol wrote:?? , quite busy
atrol wrote:To disable all profile fields (Platform, OS, OS Version) add the followinhg line to file config_inc.php
- Code: Select all
$g_enable_profiles = OFF;
To get rid of Tags add the following lines to file config_inc.php
- Code: Select all
$g_tag_view_threshold = NOBODY;
$g_tag_attach_threshold = NOBODY;
To disable view status add the following lines to file config_inc.php
- Code: Select all
$g_set_view_status_threshold = NOBODY;
$g_change_view_status_threshold = NOBODY;
It's possible by using the database configurationM@rce wrote:Hi, I want to do this but only to a specific project not all, is possible?
atrol wrote:Search core/constant_inc.php for the right value (for example NOBODY = 100 , OFF = 0)
Do NOT enter something like NOBODY!
I have no idea what you mean with this.M@rce wrote:@Atrol: If I don't have any entry in constant_inc.php or core.php file, is only create one entry for each option? in both?
Thanks.
atrol wrote:I have no idea what you mean with this.
Users browsing this forum: Bing [Bot] and 1 guest