View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000934 | mantisbt | feature | public | 2001-09-19 06:08 | 2005-04-18 10:29 |
| Reporter | tomki | Assigned To | vboctor | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 1.0.0a1 | ||||
| Summary | 0000934: Would be nice to select what columns to view | ||||
| Description | in the main list of bugs. | ||||
| Tags | No tags attached. | ||||
| related to | 0003865 | closed | atrol | Ability to change fields subset and fields order in view_all_bug_page using config-files only |
| related to | 0003834 | new | Show the resolution below the status on view all bugs page | |
| has duplicate | 0004247 | closed | grangeway | custom fields visible on view_all_bug_page.php |
| has duplicate | 0003952 | closed | grangeway | view reporter in bug-list |
| has duplicate | 0003677 | closed | grangeway | Two extra columns for "Date summited" and percentage completed |
| has duplicate | 0002241 | closed | grangeway | Filtering and sorting by Projection |
| has duplicate | 0002516 | closed | grangeway | Date submitted in View All listing |
| has duplicate | 0004399 | closed | grangeway | Choose 'Viewing Issues' table columns |
| has duplicate | 0003605 | closed | grangeway | Show resolution in bug list and filter by resolution |
| has duplicate | 0005515 | closed | rombert | view reporter in bug-list |
| related to | 0001261 | acknowledged | Filter displayed information according to access rights | |
| related to | 0003679 | acknowledged | More bugs infos | |
| related to | 0003315 | closed | vboctor | Allow user to add custom fields in Reports, Exports and Bugs View |
|
Sorting by priority, ETA, version would all be nice. Without being able to sort by these things they are not of that much use when looking at the project level. |
|
|
It's on the to do list but not very urgent yet. If you want to see the assigned users you can sorta do that by turning on a config_inc.php variable. I think it's $g_show_assigned. |
|
|
This should also allow viewing of custom fields / removing fields etc from the filtered views. |
|
|
Somehow I don't think Ken is going to get around to this anytime soon, so I'm releasing it for others. |
|
|
Any idea where this stands in the road map? |
|
|
This can now be controlled by overriding the custom function: At the moment, this supports the following fields:
You can also include custom fields as follows (replace "my_field_name" with actual custom field name).
More details about custom functions can be found at: |
|