summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/Extension.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/REMO/Extension.pm')
-rw-r--r--extensions/REMO/Extension.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/REMO/Extension.pm b/extensions/REMO/Extension.pm
index 1e99182e0..9f83f7065 100644
--- a/extensions/REMO/Extension.pm
+++ b/extensions/REMO/Extension.pm
@@ -318,11 +318,14 @@ sub post_bug_after_creation {
status => '?',
requestee => $_->login }
} @cc_users;
+ ThrowUserError('remo_missing_voucher') unless @cc_users;
$bug->set_flags(\@new_flags, []) if @new_flags;
$bug->add_comment(
join(", ", map { $_->name || $_->login } @cc_users) .
- ": You have been added as supporter to this Reps application, please comment why do you endorse their application. Thanks!"
+ ": You have been added as a voucher to this Reps application.\n" .
+ "Please provide a comment describing why you endorse this application.\n" .
+ "Thanks!"
);
$bug->update($bug->creation_ts);