From 86f6ac8e6f57e2355691f95935330e5b1040f096 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 8 Jan 2014 11:04:08 -0500 Subject: Bug 957576 - Please enable user story feature for support.mozilla.org --- extensions/UserStory/lib/Constants.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions') 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; -- cgit v1.2.3-24-g4f1b