View Issue Details

IDProjectCategoryView StatusLast Update
0007090mantisbtcustomizationpublic2017-09-03 05:31
Reporterisa21493 Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Summary0007090: status legend => affich in fonction of status by project
Description

The status legend contain all status and it is always posted, same if status do not form part of a project. I would like to post by project, the status which are in the projects and not all the status in each project.

Can you help me please?
thanks

TagsNo tags attached.

Activities

isa21493

isa21493

2006-05-15 10:00

reporter   ~0012836

I succeeded in posting the legend when we are in “all project” and not to post it if not.

in view_all_inc.php:
replace:

if ( STATUS_LEGEND_POSITION_BOTTOM == config_get( 'status_legend_position' ) ){
html_status_legend();
}

by:

$t_project = helper_get_current_project();
if ( STATUS_LEGEND_POSITION_BOTTOM == config_get( 'status_legend_position' ) ){ if ( ALL_PROJECTS == $t_project ) {
html_status_legend();
}
}

it is a beginning ...

matt_moi

matt_moi

2007-11-16 10:41

reporter   ~0016238

see a better solution (I think...) in the bug 0008588: adaptable status legend

atrol

atrol

2017-08-06 11:05

developer   ~0057403

The status legend is no longer available in version 2.x.