Various JT.organization cleanup items

cleanup from PR review suggestions

bump migration number

fix test

revert change to old-app JT form no longer needed
This commit is contained in:
AlanCoding
2020-02-06 11:37:45 -05:00
parent 7547793792
commit aa4842aea5
9 changed files with 5 additions and 24 deletions

View File

@@ -199,7 +199,6 @@ def update_role_parentage_for_instance(instance):
updates the parents listing for all the roles
of a given instance if they have changed
'''
changed_ct = 0
parents_removed = set()
parents_added = set()
for implicit_role_field in getattr(instance.__class__, '__implicit_role_fields'):