diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2014-03-05 23:01:40 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-03-05 23:01:40 +0100 |
commit | 197ac5efff0fe26ddebb621f8da16eca0752c367 (patch) | |
tree | c22d582430e01e2a943a37d713e02ca7f1069187 | |
parent | 8df0a6069b49f48d4ab83a7ef079b382a45b606e (diff) | |
download | bugzilla-197ac5efff0fe26ddebb621f8da16eca0752c367.tar.gz bugzilla-197ac5efff0fe26ddebb621f8da16eca0752c367.tar.xz |
Bug 979431 - Please rename Talkilla product to Loop and update User Stories extension
-rw-r--r-- | extensions/UserStory/lib/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserStory/lib/Constants.pm b/extensions/UserStory/lib/Constants.pm index 177f8d2c0..f5929575f 100644 --- a/extensions/UserStory/lib/Constants.pm +++ b/extensions/UserStory/lib/Constants.pm @@ -16,7 +16,7 @@ our @EXPORT = qw( USER_STORY ); use constant USER_STORY => { # note - an empty components array means all components - Talkilla => { + Loop => { group => 'editbugs', components => [], }, |