AC-1116 Support for deleting project/inventory updates.

This commit is contained in:
Chris Church
2014-04-01 17:15:37 -04:00
parent 4069a33ab0
commit 658581cce0
8 changed files with 47 additions and 10 deletions

View File

@@ -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