mantisbt:customizing_columns_in_view_issues_page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mantisbt:customizing_columns_in_view_issues_page [2008/07/21 14:16] – New Version dogletree | mantisbt:customizing_columns_in_view_issues_page [2011/09/10 17:28] (current) – Add source for information in case this paghe gets outdated again sidney | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Customizing Columns in View Issues Page ====== | ====== Customizing Columns in View Issues Page ====== | ||
| + | |||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | This recipie | + | This recipe |
| ===== Column Names ===== | ===== Column Names ===== | ||
| Line 28: | Line 30: | ||
| * version - The product version to which the issue applies. | * version - The product version to which the issue applies. | ||
| * attachment - The column that identifies whether an issue has attachments. | * attachment - The column that identifies whether an issue has attachments. | ||
| - | * category | + | * category_id |
| * severity - The issue severity. | * severity - The issue severity. | ||
| * status - The issue status. | * status - The issue status. | ||
| Line 35: | Line 37: | ||
| * bugnotes_count - The number of notes associated with the issue. | * bugnotes_count - The number of notes associated with the issue. | ||
| * custom_xyz - Custom field with name " | * custom_xyz - Custom field with name " | ||
| + | |||
| ===== Fields viewed by default ===== | ===== Fields viewed by default ===== | ||
| Line 46: | Line 49: | ||
| * bugnotes_count | * bugnotes_count | ||
| * attachment - this field won't be shown if ' | * attachment - this field won't be shown if ' | ||
| - | * category | + | * category_id |
| * severity | * severity | ||
| * status | * status | ||
| Line 55: | Line 58: | ||
| In versions prior to 1.1.0a1, using custom functions was the only option to customize the columns to be viewed in View Issues page. For more details about this option this [[http:// | In versions prior to 1.1.0a1, using custom functions was the only option to customize the columns to be viewed in View Issues page. For more details about this option this [[http:// | ||
| + | |||
| + | |||
| ===== Using Configuration ===== | ===== Using Configuration ===== | ||
| Line 70: | Line 75: | ||
| * Set the " | * Set the " | ||
| <code php> | <code php> | ||
| - | array ( ' | + | array ( ' |
| </ | </ | ||
| * Click "Set Configuration Option" | * Click "Set Configuration Option" | ||
| - | I found this work fine in the 1.1.1 version but using the 1.1.2 version I had to be extremely verbose like | + | |
| - | view_issues_page_columns = array(0 =>id,1 => | + | |
| + | ===== Changes | ||
| + | The " | ||
| + | |||
| + | Since at least 1.2 the name for the Category column has been changed from " | ||
| + | |||
| + | The correct value to use for the above example starting from 1.2 is: | ||
| + | <code php> | ||
| + | array( | ||
| + | </ | ||
mantisbt/customizing_columns_in_view_issues_page.1216664170.txt.gz · Last modified: 2008/10/29 04:31 (external edit)
