]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1328665 - Two issues with Project Review form for RRAs
authordklawren <dklawren@users.noreply.github.com>
Tue, 13 Nov 2018 17:41:35 +0000 (12:41 -0500)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 17:41:35 +0000 (12:41 -0500)
extensions/MozProjectReview/Extension.pm

index 29d709ff49bf719112b7afb325b6fd86312801af..cabf6fa73bca9b555c8232b3c3353f237c4f9400 100644 (file)
@@ -46,8 +46,7 @@ sub post_bug_after_creation {
         'Signing up for an online service',
         'Other'
     );
-    if ((any { $_ eq $params->{contract_type} } @sec_review_needed)
-        || $params->{mozilla_data} eq 'Yes') {
+    if (any { $_ eq $params->{contract_type} } @sec_review_needed) {
         $do_sec_review = 1;
     }