diff options
author | David Lawrence <dkl@mozilla.com> | 2015-11-18 01:35:35 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-11-18 01:41:18 +0100 |
commit | 122ff33485adb0ed614bbfb7fb454cdd96fd8a11 (patch) | |
tree | 292447ac05bf2560d1e2958555663e385814a191 | |
parent | f60aff38a9f47f99652789622b06e7ab49c7151f (diff) | |
download | bugzilla-122ff33485adb0ed614bbfb7fb454cdd96fd8a11.tar.gz bugzilla-122ff33485adb0ed614bbfb7fb454cdd96fd8a11.tar.xz |
Revert "Bug 1224912 - Fix test regressions introduced by changes in bug 1224649"
This reverts commit 8f9a0af99ec7c53d7ab1f4275f853df1a33587f5.
-rwxr-xr-x | docker/scripts/generate_bmo_data.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/scripts/generate_bmo_data.pl b/docker/scripts/generate_bmo_data.pl index 10a9436df..178d8353e 100755 --- a/docker/scripts/generate_bmo_data.pl +++ b/docker/scripts/generate_bmo_data.pl @@ -387,7 +387,7 @@ foreach my $group (@groups) { } # Update default security group settings for new products -my $default_security_group = Bugzilla::Group->new({ name => 'core-security-release' }); +my $default_security_group = Bugzilla::Group->new({ name => 'core-security' }); if ($default_security_group) { $dbh->do('UPDATE products SET security_group_id = ? WHERE security_group_id IS NULL', undef, $default_security_group->id); |