update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / user_management / src / userProfile / userProfileActions.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 'getUsersNotification',
15 'handleDisabledChange',
16 'handlePlatformRoleUpdate',
17 'handleUpdateUser',
18 'updateUserSuccess'
19 );
20 }