mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
AC-505 Update inventory sources list and related permissions checks.
This commit is contained in:
@@ -537,6 +537,7 @@ class InventorySource(PrimordialModel):
|
||||
related_name='inventory_sources',
|
||||
null=True,
|
||||
default=None,
|
||||
editable=False,
|
||||
)
|
||||
group = AutoOneToOneField(
|
||||
'Group',
|
||||
|
||||
Reference in New Issue
Block a user