AC-997 enable activity stream for non-privileged users.

This commit is contained in:
Chris Houseknecht
2014-02-03 10:31:10 -05:00
parent 926ec500e2
commit 47ad240b99
24 changed files with 27 additions and 128 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ angular.module('UserListDefinition', [])
stream: {
ngClick: "showActivity()",
awToolTip: "View Activity Stream",
mode: 'all',
ngShow: "user_is_superuser"
mode: 'all'
}
},