mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Fix up unit tests where we no longer allow posting a schedule to an
inventory source that is not a cloud source
This commit is contained in:
@@ -60,6 +60,7 @@ def update_inventory_computed_fields(sender, **kwargs):
|
||||
Signal handler and wrapper around inventory.update_computed_fields to
|
||||
prevent unnecessary recursive calls.
|
||||
'''
|
||||
logger.debug("In update inventory computed fields")
|
||||
if getattr(_inventory_updates, 'is_updating', False):
|
||||
return
|
||||
instance = kwargs['instance']
|
||||
|
||||
Reference in New Issue
Block a user