mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
group -> deprecated_group, added migrations, added/removed tests
This commit is contained in:
@@ -417,9 +417,6 @@ def activity_stream_update(sender, instance, **kwargs):
|
||||
def activity_stream_delete(sender, instance, **kwargs):
|
||||
if not activity_stream_enabled:
|
||||
return
|
||||
# Skip recording any inventory source directly associated with a group.
|
||||
if isinstance(instance, InventorySource) and instance.group:
|
||||
return
|
||||
changes = model_to_dict(instance)
|
||||
object1 = camelcase_to_underscore(instance.__class__.__name__)
|
||||
activity_entry = ActivityStream(
|
||||
|
||||
Reference in New Issue
Block a user