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 [2011/09/10 17:09] – sidney | 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 |
Line 57: | 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 73: | 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.1315688963.txt.gz · Last modified: 2011/09/10 17:21 (external edit)