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

View File

@@ -19,8 +19,7 @@ angular.module('CredentialFormDefinition', [])
stream: {
ngClick: "showActivity()",
awToolTip: "View Activity Stream",
mode: 'edit',
ngShow: "user_is_superuser"
mode: 'edit'
}
},