MantisBT: master 1771a600

Author Committer Branch Timestamp Parent
cproensa cproensa master 2016-07-28 15:55 master 5ccd1217
Affected Issues  0021407: Event EVENT_MENU_ISSUE prints empty brackets even if no value is returned
Changeset

Don't show empty EVENT_MENU_ISSUE menu items

If the result of event call for EVENT_MENU_ISSUE is null, dont print
bracket with empty content.

Having null as returned value is valid.
For example: a plugin can hook to this event and return either an
actual item or an empty one, based in access level.

Fixes: 0021407

mod - bug_view_inc.php Diff File