Users can now be added from the Users tab.

This commit is contained in:
chouseknecht
2013-06-05 15:02:27 -04:00
parent 69a6fc75fb
commit 135d4db94b
8 changed files with 88 additions and 36 deletions

View File

@@ -35,9 +35,9 @@ angular.module('UserListDefinition', [])
add: {
label: 'Add',
icon: 'icon-plus',
mode: 'select', // One of: edit, select, all
mode: 'all', // One of: edit, select, all
ngClick: 'addUser()',
basePaths: ['organizations'], // base path must be in list, or action not available
basePaths: ['organizations','users'], // base path must be in list, or action not available
class: 'btn-success btn-small',
awToolTip: 'Create a new user'
}