How can you remove the Profile fields from mantis
Asked Answered
G

1

5

I would like to remove the Select Profile and all it's accompanying fields from Mantis issue tracking system when I create or view issues as these are irrelevant to any issues I would like to create.

These include the Platform, OS and OS version fields as well that accompany the profile section.

Is there anyway I can do this?

Grad answered 18/2, 2012 at 5:19 Comment(0)
G
7

Answered on the mantis support forum. You can do this by entering

$g_enable_profiles = OFF;

into the config_inc.php file. If the file does not exist you can create one in your root web directory i.e.

<?php
$g_enable_profiles = OFF;
?>
Grad answered 20/2, 2012 at 6:57 Comment(1)
Small update. Right now the edit should be made in file: config_defaults_inc.phpLongdrawn

© 2022 - 2024 — McMap. All rights reserved.