This might break bugzilla syncs, not sure. Right now though it does allow us to delete members
This commit is contained in:
parent
06568942cd
commit
2a8e369daa
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue