您的位置:軟件測(cè)試 > 開(kāi)源軟件測(cè)試 > 開(kāi)源Bug管理工具 > Mantis
testlink&mantis系列:Mantis配置修改
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時(shí)間:[ 2013/12/24 10:47:27 ] 推薦標(biāo)簽:配置 mantis


1.1.3. 允許刪除自己上傳的附件

config_defaults_inc.php

/**

 * allow users to delete attachments uploaded by themselves even if their access

 * level is below delete_attachments_threshold.

 * @global int $g_allow_delete_own_attachments

 */

$g_allow_delete_own_attachments = OFF;

=》

$g_allow_delete_own_attachments = ON;


1.1.4. 經(jīng)理以上級(jí)別才可以刪除別人的附件

/**

 * access level needed to delete bug attachments

 * @global int $g_delete_attachments_threshold

 */

//$g_delete_attachments_threshold= DEVELOPER;

=》

$g_delete_attachments_threshold= MANAGER;


1.1.5. 允許報(bào)告員關(guān)閉問(wèn)題

/**

 * reporter can close

 * Allow reporters to close the bugs they reported, after they're marked resolved.

 * @global int $g_allow_reporter_close

 */

//$g_allow_reporter_close= OFF;

=》

$g_allow_reporter_close= ON;

上一頁(yè)12345下一頁(yè)
軟件測(cè)試工具 | 聯(lián)系我們 | 投訴建議 | 誠(chéng)聘英才 | 申請(qǐng)使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd