]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 288883: SQL crash when granting/denying a request - Patch by Frederic Buclin...
authorlpsolit%gmail.com <>
Tue, 5 Apr 2005 01:40:59 +0000 (01:40 +0000)
committerlpsolit%gmail.com <>
Tue, 5 Apr 2005 01:40:59 +0000 (01:40 +0000)
attachment.cgi
process_bug.cgi

index 054c8e62a73f913930fb1bd42cda98a43e3cdcc2..65157d740ec058952cc09a985f83d580f04e0e5f 100755 (executable)
@@ -1140,7 +1140,7 @@ sub update
           # Bugzilla::User needs to rederive groups. profiles and 
           # user_group_map would be READ locks instead of WRITE locks if it
           # weren't for derive_groups, which needs to write to those tables.
-          'bugs READ', 'profiles WRITE',
+          'bugs READ', 'profiles WRITE', 'email_setting READ',
           'cc READ', 'bug_group_map READ', 'user_group_map WRITE',
           'group_group_map READ', 'groups READ');
 
index 55835ca3dab9e1b42b9bc3852a181bb7e2b85616..55f40bda304a97b7df90f05a4476a5946bfd73cb 100755 (executable)
@@ -1182,7 +1182,7 @@ foreach my $id (@idlist) {
             "keyworddefs READ", "groups READ", "attachments READ",
             "group_control_map AS oldcontrolmap READ",
             "group_control_map AS newcontrolmap READ",
-            "group_control_map READ");
+            "group_control_map READ", "email_setting READ");
     # Fun hack.  @::log_columns only contains the component_id,
     # not the name (since bug 43600 got fixed).  So, we need to have
     # this id ready for the loop below, otherwise anybody can