Inventory refactor: fixed activity stream display on inventory edit page.

This commit is contained in:
chris Houseknecht
2014-01-20 13:34:11 -05:00
parent b9cde9cc42
commit 8f5642e13e
7 changed files with 73 additions and 44 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ angular.module('InventoryGroupsDefinition', [])
ngClick: "refreshGroups()"
},
stream: {
ngClick: "showActivity()",
ngClick: "showGroupActivity()",
awToolTip: "View Activity Stream",
mode: 'all',
ngShow: "user_is_superuser"