X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fplugins%2Fuser_management%2Fsrc%2FuserProfile%2FuserProfileActions.js;fp=skyquake%2Fplugins%2Fuser_management%2Fsrc%2FuserProfile%2FuserProfileActions.js;h=128b5976a06c59f504663de238ba217bf43216a0;hb=03156e335275de1dafbc2a816e98006afdf249bf;hp=0000000000000000000000000000000000000000;hpb=f2dc2462571800e62cba969964de621dca09299c;p=osm%2FUI.git diff --git a/skyquake/plugins/user_management/src/userProfile/userProfileActions.js b/skyquake/plugins/user_management/src/userProfile/userProfileActions.js new file mode 100644 index 000000000..128b5976a --- /dev/null +++ b/skyquake/plugins/user_management/src/userProfile/userProfileActions.js @@ -0,0 +1,20 @@ +/* + * STANDARD_RIFT_IO_COPYRIGHT + */ +module.exports = function(Alt) { + return Alt.generateActions( + 'handleUpdateInput', + 'handleAddProjectItem', + 'handleRemoveProjectItem', + 'handleUpdateProjectRole', + 'viewUser', + 'editUser', + 'handleCloseUserPanel', + 'handleHideColumns', + 'getUsersNotification', + 'handleDisabledChange', + 'handlePlatformRoleUpdate', + 'handleUpdateUser', + 'updateUserSuccess' + ); +}