View Issue Details

IDProjectCategoryView StatusLast Update
0004714mantisbtfeaturepublic2017-09-03 05:31
Reportersly Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.19.0 
Summary0004714: hide status legend
Description

I would like to be possible to hide status legend with a simple config.inc setting.

TagsNo tags attached.

Activities

sly

sly

2004-10-14 09:02

reporter   ~0008038

I've simply added this enum into core/constant_inc.php:

Status Legend Position

define( 'STATUS_LEGEND_POSITION_NONE', 0);

In the mantis search for STATUS_LEGEND_TOP or STATUS_LEGEND_POSITION_BOTTOM so if I set STATUS_LEGEND_POSITION_NONE none status leggend is showed :)

govind

govind

2013-12-01 22:05

reporter   ~0038807

gbvfghf

atrol

atrol

2017-08-06 11:04

developer   ~0057402

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