diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-29 21:12:14 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-29 21:14:15 +0200 |
commit | 261f42c8395018c8baf7d058ecc4f4a331e1fdef (patch) | |
tree | 50fc68779379b00659b96e44dba605a920aef36c /extensions/UserStory | |
parent | cbfb59880775ab09074e62fda5b6f44be840ebaa (diff) | |
download | bugzilla-261f42c8395018c8baf7d058ecc4f4a331e1fdef.tar.gz bugzilla-261f42c8395018c8baf7d058ecc4f4a331e1fdef.tar.xz |
Bug 1003202 - "user story" is incorrectly visible on all products
Diffstat (limited to 'extensions/UserStory')
-rw-r--r-- | extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl index a0240471d..dcb95524e 100644 --- a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl +++ b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl @@ -6,7 +6,7 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% RETURN UNLESS bug.user_story_group %] +[% RETURN UNLESS bug.user_story_group.0 %] [% can_edit_story = bug.check_can_change_field('cf_user_story', 0, 1) %] <div class="user_story"> |