From 412b8264dd8b7832e273be8e887df2c47c46b297 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 26 Nov 2014 22:01:03 +0000 Subject: Bug 1063818: Updates to form.dev-engagement-event --- extensions/BMO/lib/Constants.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'extensions/BMO/lib') diff --git a/extensions/BMO/lib/Constants.pm b/extensions/BMO/lib/Constants.pm index 23eaae9cb..b60c8fd37 100644 --- a/extensions/BMO/lib/Constants.pm +++ b/extensions/BMO/lib/Constants.pm @@ -24,10 +24,22 @@ use strict; use base qw(Exporter); our @EXPORT = qw( REQUEST_MAX_ATTACH_LINES + DEV_ENGAGE_DISCUSS_NEEDINFO ); # Maximum attachment size in lines that will be sent with a # requested attachment flag notification. use constant REQUEST_MAX_ATTACH_LINES => 1000; +# Requestees who need a needinfo flag set for the dev engagement +# discussion bug +use constant DEV_ENGAGE_DISCUSS_NEEDINFO => qw( + afabbro@mozilla.com + dcamp@mozilla.com + jswisher@mozilla.com + rchau@mozilla.com + stormy@mozilla.com + spersing@mozilla.com +); + 1; -- cgit v1.2.3-24-g4f1b