diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2014-02-14 20:24:49 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-02-14 20:24:49 +0100 |
commit | f370ed27d0439ff05a6cdb86d634163fe3cc2bf1 (patch) | |
tree | 1c23d70e0b5b17ec89801337053ec6e0a2466d17 /extensions/UserStory | |
parent | c57390bf22bfe2cf3a8bc7764c72a1bff0c653ce (diff) | |
download | bugzilla-f370ed27d0439ff05a6cdb86d634163fe3cc2bf1.tar.gz bugzilla-f370ed27d0439ff05a6cdb86d634163fe3cc2bf1.tar.xz |
Bug 972982 - Enable "user-story" editing for Talkilla product
Diffstat (limited to 'extensions/UserStory')
-rw-r--r-- | extensions/UserStory/lib/Constants.pm | 4 |
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 => [], |