简体   繁体   中英

How can you remove the Profile fields from mantis

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?

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 ie

<?php
$g_enable_profiles = OFF;
?>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM