mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
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:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user