mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
Admin: split clear user's credentials into 2 actions, mail & all others
This commit is contained in:
@ -1391,12 +1391,11 @@ class AdminApp extends EgwApp
|
||||
clear_credentials_handler(action : egwAction, selected: egwActionObject[])
|
||||
{
|
||||
let ids = [];
|
||||
debugger;
|
||||
for(let row of selected)
|
||||
{
|
||||
ids.push(row.id.split("::").pop());
|
||||
}
|
||||
this.egw.request("admin.admin_passwordreset.ajax_clear_credentials", [ids]);
|
||||
this.egw.request("admin.admin_passwordreset.ajax_clear_credentials", [action.id, ids]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user