summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2014-02-14 20:24:49 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-02-14 20:24:49 +0100
commitf370ed27d0439ff05a6cdb86d634163fe3cc2bf1 (patch)
tree1c23d70e0b5b17ec89801337053ec6e0a2466d17
parentc57390bf22bfe2cf3a8bc7764c72a1bff0c653ce (diff)
downloadbugzilla-f370ed27d0439ff05a6cdb86d634163fe3cc2bf1.tar.gz
bugzilla-f370ed27d0439ff05a6cdb86d634163fe3cc2bf1.tar.xz
Bug 972982 - Enable "user-story" editing for Talkilla product
-rw-r--r--extensions/UserStory/lib/Constants.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/UserStory/lib/Constants.pm b/extensions/UserStory/lib/Constants.pm
index f1abae301..177f8d2c0 100644
--- a/extensions/UserStory/lib/Constants.pm
+++ b/extensions/UserStory/lib/Constants.pm
@@ -16,6 +16,10 @@ our @EXPORT = qw( USER_STORY );
use constant USER_STORY => {
# note - an empty components array means all components
+ Talkilla => {
+ group => 'editbugs',
+ components => [],
+ },
Tracking => {
group => 'editbugs',
components => [],