update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / user_management / src / dashboard / userMgmtActions.js
1 /*
2 * STANDARD_RIFT_IO_COPYRIGHT
3 */
4 module.exports = function(Alt) {
5 return Alt.generateActions(
6 'handleUpdateInput',
7 'handleAddProjectItem',
8 'handleRemoveProjectItem',
9 'handleUpdateProjectRole',
10 'viewUser',
11 'editUser',
12 'handleCloseUserPanel',
13 'handleHideColumns',
14 'getUsersSuccess',
15 'getUsersNotification',
16 'handleDisabledChange',
17 'handlePlatformRoleUpdate',
18 'handleAddUser',
19 'handleCreateUser',
20 'handleUpdateUser',
21 'updateUserSuccess',
22 'createUserSuccess',
23 'deleteUserSuccess',
24 'handleDisabledChange'
25 );
26 }