From 6f0e3792941892e2987294fb0866e69630675002 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 5 Apr 2005 01:40:59 +0000 Subject: Bug 288883: SQL crash when granting/denying a request - Patch by Frederic Buclin r=joel a=justdave --- attachment.cgi | 2 +- process_bug.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attachment.cgi b/attachment.cgi index 054c8e62a..65157d740 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -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'); diff --git a/process_bug.cgi b/process_bug.cgi index 55835ca3d..55f40bda3 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -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 -- cgit v1.2.3-24-g4f1b