View Issue Details

IDProjectCategoryView StatusLast Update
0011553mantisbtbugtrackerpublic2016-03-27 07:30
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.2.1Fixed in Version1.2.1 
Summary0011553: Status legend doesn't show final workflow states
Description

The status legend at the bottom of the view all issues page doesn't show the final states in a workflow. This is due to the html_status_legend function removing any workflow states from status_enum_workflow[STATUS] which are null/zero length.

TagsNo tags attached.

Relationships

has duplicate 0020746 closeddregad HTML status legend bar does not show dead-end status 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 09b7815e

2010-02-25 11:31

dhx


Details Diff
Fix 0011553: Status legend doesn't show final workflow states

The status legend at the bottom of the view all issues page doesn't show
the final states in a workflow. This is due to the html_status_legend
function removing any workflow states from status_enum_workflow[STATUS]
which are null/zero length.
Affected Issues
0011553
mod - core/html_api.php Diff File

MantisBT: master 8d5d327e

2010-02-25 11:31

dhx


Details Diff
Fix 0011553: Status legend doesn't show final workflow states

The status legend at the bottom of the view all issues page doesn't show
the final states in a workflow. This is due to the html_status_legend
function removing any workflow states from status_enum_workflow[STATUS]
which are null/zero length.
Affected Issues
0011553
mod - core/html_api.php Diff File

MantisBT: master-1.2.x 7137b78b

2016-03-23 16:08

dregad


Details Diff
Status legend doesn't show final workflow states

The patch for issue 0011553 did not properly fix the problem, as the code
only checked for the workflow allowing to leave a state.

We now also cover the case of entering the state.

Fixes 0020746
Affected Issues
0011553, 0020746
mod - core/html_api.php Diff File

MantisBT: master e18a9c23

2016-03-23 16:08

dregad


Details Diff
Status legend doesn't show final workflow states

The patch for issue 0011553 did not properly fix the problem, as the code
only checked for the workflow allowing to leave a state.

We now also cover the case of entering the state.

Fixes 0020746
Affected Issues
0011553, 0020746
mod - core/html_api.php Diff File