I have several products in my Bugzilla database and when I look at my ti开发者_如何学编程cket 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?
Edit Bugzilla/Constants.pm and change DEFAULT_COLUMN_LIST
to include product
.
精彩评论