如何在mantis的查看问题列表中自定义添加一项
http://www.51testing.com/html/12/119012-76358.html
上一篇 / 下一篇 2008-03-06 10:02:54
解决方法:
进入mantis,依次选择 管理->配置管理->configuration_report
到页面的最下方,帐号选择all users,项目名称选择你希望设置生效的项目,configuration option写view_issues_page_columns,类型默认就好,值设为array ( 'selection', 'edit', 'priority', 'id', 'sponsorship_total', 'bugnotes_count', 'attachment', 'category', 'severity', 'status', 'last_updated', 'summary' );这里的项可以自己添加,但是得保证和配置文件中的名字一致,要不内容不会自动添进去.