This might break bugzilla syncs, not sure. Right now though it does allow us to delete members

This commit is contained in:
Michael McGrath 2008-02-26 16:14:01 -06:00
parent 06568942cd
commit 2a8e369daa

View file

@ -276,6 +276,8 @@ create or replace function bugzilla_sync() returns trigger as $bz_sync$
row = TD['new']
# If this is not a fedorabugs role, no change needed
if not row:
return None
if row['group_id'] != result[0]['id']:
return None