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/10/29 04:25] – (old revision restored) 127.0.0.1 | 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:// | ||
| + | |||
| Line 71: | Line 75: | ||
| * Set the " | * Set the " | ||
| <code php> | <code php> | ||
| - | array ( ' | + | array ( ' |
| </ | </ | ||
| * Click "Set Configuration Option" | * Click "Set Configuration Option" | ||
| - | ===== Changes in 1.1.2 ===== | + | |
| + | ===== Changes in 1.2 ===== | ||
| The " | The " | ||
| - | The correct value to use for the above example starting from 1.1.2 is: | + | 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> | <code php> | ||
| - | array( selection, edit, priority, id, sponsorship_total, | + | array( selection, edit, priority, id, sponsorship_total, |
| </ | </ | ||
mantisbt/customizing_columns_in_view_issues_page.1225268725.txt.gz · Last modified: 2011/09/10 17:08 (external edit)
