User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:customizing_columns_in_view_issues_page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:customizing_columns_in_view_issues_page [2011/09/10 17:21] sidneymantisbt: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 explains how to customize the columns to be viewed in the View Issues page.  In the case where a column is specified in the list of columns to be viewed, but the code determines that such field is not applicable or is turned off via configuration, the column won't be viewed.+This recipe explains how to customize the columns to be viewed in the View Issues page.  In the case where a column is specified in the list of columns to be viewed, but the code determines that such field is not applicable or is turned off via configuration, the column won't be viewed. The current values of the information listed below can be found in the source code in the file config_defaults_inc.php.
  
  
Line 79: Line 80:
  
  
-===== Changes in 1.1.2 =====+ 
 +===== Changes in 1.2 =====
 The "Manage Configuration" page has changed behaviour in 1.1.2 because of the the security fix detailed in [[http://www.mantisbt.org/bugs/view.php?id=8976|bug 8976]] The "Manage Configuration" page has changed behaviour in 1.1.2 because of the the security fix detailed in [[http://www.mantisbt.org/bugs/view.php?id=8976|bug 8976]]
  
-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 "category" to "category_id" 
 + 
 +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, bugnotes_count, attachment, category, severity, status, last_updated, summary )+array( selection, edit, priority, id, sponsorship_total, bugnotes_count, attachment, category_id, severity, status, last_updated, summary )
 </code> </code>
mantisbt/customizing_columns_in_view_issues_page.1315689678.txt.gz · Last modified: 2011/09/10 17:25 (external edit)

CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki