MantisBT: master-1.3.x 0227d637

Author Committer Branch Timestamp Parent
cproensa cproensa master-1.3.x 2016-07-28 15:49 master-1.3.x 5c9aba36
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