How to remove the profile fields

如何移除作業平台輸入項呢?

因為本公司的產品關係,主在是在Windows環境裡,所不想要每次回報問題都要輸入一次作業平台,所以很想關掉作業平台輸入項。

但是這是Mantis本身的預設欄位,不能透過使用者介面設定來關掉,要在配置檔(config_inc.php)中設定。

2014-05-27_194404  

 

To remove the profile fields, open config_inc.php by

打開config_inc.php 檔案,路徑如下

In Unix,

$ sudo gedit /etc/mantis/config_inc.php

In Windows

/Mantisbt/config_inc.php

Then, add following lines to the file and save it:

config_inc.php 中新增下列兩行並儲存。

  /*To disable all profile fields (Platform, OS, OS Version)*/
    $g_enable_profiles = OFF;

 

2014-06-01_150527   

After that, As shown in this screen shot, the profile fields are disabled:

回到[回報問題],作業平台的輸入欄位就不見了

2014-06-01_150734  

如有任何問題歡迎討論!

Kenneth Kenneth_hu@livemail.tw

 

arrow
arrow
    文章標籤
    Mantis 學習 新手
    全站熱搜

    Kenneth 發表在 痞客邦 留言(1) 人氣()