MantisBT: master 91f21ca3

Author Committer Branch Timestamp Parent
dregad dregad master 2015-05-17 13:48 master 276649eb
Affected Issues  0019573: Status legend on "My View" page should not depend on last used filter
Changeset

Move logic to display status legend to HTML API

Avoid code duplication by adding a parameter to html_status_legend() to
specify the desired position for the legend, and performing the checks
within that function instead of doing it in each of the callers.

This follows @vboctor's suggestion in pull request
https://github.com/mantisbt/mantisbt/pull/607

Issue 0019573

mod - core/bug_group_action_api.php Diff File
mod - core/html_api.php Diff File
mod - my_view_page.php Diff File
mod - view_all_inc.php Diff File