Only allow user with super_user access to see activity stream button. Fixed collision between is_superuser rootscope variable and credential.is_superuser on credential detail page. Added AS to user/n/permissions page.

This commit is contained in:
Chris Houseknecht
2013-11-19 20:39:28 +00:00
parent e2e8a7e346
commit 94bbab566b
26 changed files with 79 additions and 24 deletions

View File

@@ -24,7 +24,8 @@ angular.module('UserFormDefinition', [])
dataPlacement: "top",
icon: "icon-comments-alt",
mode: 'edit',
iconSize: 'large'
iconSize: 'large',
ngShow: "user_is_superuser"
}
},