如何在 Bugzilla 票证列表中显示产品
我的 Bugzilla 数据库中有多种产品,当我查看我的票证列表时,没有产品列。
如何显示可排序的产品列?
以及如何将其设为所有用户的默认网站?
I have several products in my Bugzilla database and when I look at my ticket list there is no column for product.
How do I get a sortable Product column to be displayed?
And How do I make it the site default for all users?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑 Bugzilla/Constants.pm 并更改
DEFAULT_COLUMN_LIST
以包含product
。Edit Bugzilla/Constants.pm and change
DEFAULT_COLUMN_LIST
to includeproduct
.