summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-25 18:39:30 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-05-25 18:39:30 +0200
commit7b4ca46f30dbc9a5756e3b801a529bfc015c3b4b (patch)
tree7251652b5b2a3478f0a1885edea506bd75e10549 /extensions
parentae11e604e6535058ecbdf0a9216d4167e7d45676 (diff)
downloadbugzilla-7b4ca46f30dbc9a5756e3b801a529bfc015c3b4b.tar.gz
bugzilla-7b4ca46f30dbc9a5756e3b801a529bfc015c3b4b.tar.xz
Bug 1272384 - inline user story changes should not be shown on bug-modal
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
index 9efd601e9..e15f8837b 100644
--- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
@@ -295,7 +295,11 @@
' &rarr; ';
END;
END;
- PROCESS add_change value=change.added;
+ IF change.fieldname == 'cf_user_story';
+ %](updated)[%
+ ELSE;
+ PROCESS add_change value=change.added;
+ END;
END;
'</div>';