summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2014-01-08 17:04:08 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-01-08 17:04:08 +0100
commit86f6ac8e6f57e2355691f95935330e5b1040f096 (patch)
treeabda931eae9f08fd633161ad69b2d7e24c46c077 /extensions
parent4331d25e3e9991907215446da1438ca6df193c57 (diff)
downloadbugzilla-86f6ac8e6f57e2355691f95935330e5b1040f096.tar.gz
bugzilla-86f6ac8e6f57e2355691f95935330e5b1040f096.tar.xz
Bug 957576 - Please enable user story feature for support.mozilla.org
Diffstat (limited to 'extensions')
-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 4bba94105..f1abae301 100644
--- a/extensions/UserStory/lib/Constants.pm
+++ b/extensions/UserStory/lib/Constants.pm
@@ -28,6 +28,10 @@ use constant USER_STORY => {
group => 'editbugs',
components => [],
},
+ 'support.mozilla.org' => {
+ group => 'editbugs',
+ components => [],
+ }
};
1;