Skip to content
Snippets Groups Projects
Commit 87ed2129 authored by juanf's avatar juanf
Browse files

SSDM-1419: PAPER - UI to create Users - Polishments

SVN: 33270
parent ce51f29e
No related branches found
No related tags found
No related merge requests found
......@@ -92,11 +92,11 @@ function UserManagerView(userManagerController, userManagerModel) {
$dropDownMenu.click(clickFunction($dropDownMenu));
//Options
var $resetOption = $("<li>", { 'role' : 'presentation' }).append($("<a>", {'title' : 'Reset Password'}).append("Reset Password"));
$resetOption.click(function(e) {
var $changeOption = $("<li>", { 'role' : 'presentation' }).append($("<a>", {'title' : 'Change Password'}).append("Change Password"));
$changeOption.click(function(e) {
_this._userManagerController.resetPassword(data.userId);
});
$list.append($resetOption);
$list.append($changeOption);
return $dropDownMenu;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment