MantisBT: master 38cc0989

Author Committer Branch Timestamp Parent
dregad dregad master 2015-05-17 00:33 master ec20e187
Affected Issues  0019725: bug_actiongroup_page.php does not display legend when position = BOTH
Changeset

Consistent logic to display status legend

The code to display the status legend did not use the same logic
everywhere. We now consistently rely on binary and operator (&)
throughout the code base, like the way we handle e.g. the filter.

In particular, bug_group_action_print_bug_list() did not print the
legend when position was STATUS_LEGEND_POSITION_BOTH.

Fixes 0019725

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