diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-12-18 23:31:27 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-12-18 23:31:27 +0100 |
commit | 14cab4a5c8fb83298a2b0254a3992bbf5c828d7e (patch) | |
tree | 65e1b0c9e8730837ca65d2a5345d9b01a8d96f08 | |
parent | ed1e4230e934cd59962096b2c4621acf20d7c0f7 (diff) | |
download | bugzilla-14cab4a5c8fb83298a2b0254a3992bbf5c828d7e.tar.gz bugzilla-14cab4a5c8fb83298a2b0254a3992bbf5c828d7e.tar.xz |
Bug 951866 - please enable user story feature on Firefox OS product
-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 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; |