show capabilities on launch and relaunch, remove unintended capabilities

This commit is contained in:
AlanCoding
2016-09-28 16:02:00 -04:00
parent 17f70fbc21
commit 2f205a6862
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 = ()