Merge pull request #3616 from AlanCoding/capabilities_fixes

Fixes to user_capabilities from QE bugs
This commit is contained in:
Alan Rominger
2016-09-28 16:29:42 -04:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -1075,7 +1075,6 @@ class InventoryDetailSerializer(InventorySerializer):
class InventoryScriptSerializer(InventorySerializer):
show_capabilities = ['copy', 'edit', 'delete']
class Meta:
fields = ()