View Issue Details

IDProjectCategoryView StatusLast Update
0003834mantisbtfeaturepublic2014-11-07 15:22
ReporterMark Ingram Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Summary0003834: Show the resolution below the status on view all bugs page
Description

Just started using Mantis and thought it was ace, but one thing annoyed me about the view all bugs page - it didnt easily show you the resolution. For instance, we have lots of resolved bugs, but we need to know the difference between unable to duplicate bugs and fixed bugs for instance.

Additional Information

Ive made a modification to 2 files, config_defaults_inc.php and view_all_inc.php.
There is a new variable defined in the defaults file called:
$g_show_bug_resolution (default is ON)
You can change this to determine whether or not to show the resolution on the main page.

Tagspatch
Attached Files
Mantis.zip (15,070 bytes)
showresolution_tomas.zip (15,203 bytes)

Relationships

related to 0000934 closedvboctor Would be nice to select what columns to view 
related to 0003865 closedatrol Ability to change fields subset and fields order in view_all_bug_page using config-files only 

Activities

Alcatraz

Alcatraz

2004-05-17 12:39

reporter   ~0005528

Yes, I was just starting write this as new bug when I seek this one. I need this too.

Alcatraz

Alcatraz

2004-05-18 10:43

reporter   ~0005540

I added my solution. Instead of Mark Ingram, this solution doesn't show both (status and resolution - because of too much space). It shows resolution only for one chosen status (default 80 = resolved) declared by variable $g_show_bug_resolution_status. For any other status it shows status (as in original version).

Thanks Mark Ingram for inspiration ;)

grangeway

grangeway

2004-08-27 13:17

reporter   ~0007246

This will probably be implemented as part of making columns 'configurable', rather then the solution in the patch attached

proffe

proffe

2005-02-03 15:24

reporter   ~0009191

Still, since the resolution is only applicable to resolved bugs, and since the horizontal space may be limited, the option to put the resolution together with the status is IMHO wanted. The assignee could on the other hand as well be in a separate column.

Matt_wc

Matt_wc

2005-02-03 20:07

reporter   ~0009195

I would agree with proffe, having the option to include resolution in the same area for a set status would be great. (as it would be wasted space to show the resolution for issues with status new, ack, feedback, etc... )