mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 00:11:50 -05:00
AC-1116 Support for deleting project/inventory updates.
This commit is contained in:
@@ -482,6 +482,7 @@ class InventoryUpdateAccess(BaseAccess):
|
||||
'''
|
||||
I can see inventory updates when I can see the inventory source.
|
||||
I can change inventory updates whenever I can change their source.
|
||||
I can delete when I can change/delete the inventory source.
|
||||
'''
|
||||
|
||||
model = InventoryUpdate
|
||||
@@ -673,6 +674,7 @@ class ProjectUpdateAccess(BaseAccess):
|
||||
'''
|
||||
I can see project updates when I can see the project.
|
||||
I can change when I can change the project.
|
||||
I can delete when I can change/delete the project.
|
||||
'''
|
||||
|
||||
model = ProjectUpdate
|
||||
|
||||
Reference in New Issue
Block a user