X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fuser_management%2Fsrc%2Fdashboard%2FuserMgmtActions.js;fp=skyquake%2Fplugins%2Fuser_management%2Fsrc%2Fdashboard%2FuserMgmtActions.js;h=7277ce115bc583cbb5dee817f6bbc3194e503f1c;hb=03156e335275de1dafbc2a816e98006afdf249bf;hp=0000000000000000000000000000000000000000;hpb=f2dc2462571800e62cba969964de621dca09299c;p=osm%2FUI.git diff --git a/skyquake/plugins/user_management/src/dashboard/userMgmtActions.js b/skyquake/plugins/user_management/src/dashboard/userMgmtActions.js new file mode 100644 index 000000000..7277ce115 --- /dev/null +++ b/skyquake/plugins/user_management/src/dashboard/userMgmtActions.js @@ -0,0 +1,26 @@ +/* + * STANDARD_RIFT_IO_COPYRIGHT + */ +module.exports = function(Alt) { + return Alt.generateActions( + 'handleUpdateInput', + 'handleAddProjectItem', + 'handleRemoveProjectItem', + 'handleUpdateProjectRole', + 'viewUser', + 'editUser', + 'handleCloseUserPanel', + 'handleHideColumns', + 'getUsersSuccess', + 'getUsersNotification', + 'handleDisabledChange', + 'handlePlatformRoleUpdate', + 'handleAddUser', + 'handleCreateUser', + 'handleUpdateUser', + 'updateUserSuccess', + 'createUserSuccess', + 'deleteUserSuccess', + 'handleDisabledChange' + ); +}