From 14cab4a5c8fb83298a2b0254a3992bbf5c828d7e Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 18 Dec 2013 17:31:27 -0500 Subject: Bug 951866 - please enable user story feature on Firefox OS product --- 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 972e7c53d..4bba94105 100644 --- a/extensions/UserStory/lib/Constants.pm +++ b/extensions/UserStory/lib/Constants.pm @@ -24,6 +24,10 @@ use constant USER_STORY => { group => 'editbugs', components => [ 'Developer Tools: User Stories' ], }, + 'Firefox OS' => { + group => 'editbugs', + components => [], + }, }; 1; -- cgit v1.2.3-24-g4f1b