mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Filter inactive/unapproved users out of SecureAPI requests. Fixes #552
This commit is contained in:
@@ -160,7 +160,7 @@ class ModelComparison:
|
||||
|
||||
# Build some dicts of what we have
|
||||
item_dict = {} # build a list of items, key is the item_pk
|
||||
if len(new_item_versions) is 0:
|
||||
if len(new_item_versions) == 0:
|
||||
return None
|
||||
for version in old_item_versions: # put all the old versions in a list
|
||||
if version is None or version.object is None:
|
||||
|
||||
Reference in New Issue
Block a user