From 261f42c8395018c8baf7d058ecc4f4a331e1fdef Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 29 Apr 2014 19:12:14 +0000 Subject: Bug 1003202 - "user story" is incorrectly visible on all products --- .../template/en/default/hook/bug/comments-comment_banner.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/UserStory/template/en') 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) %]
-- cgit v1.2.3-24-g4f1b