mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixed not working edit of accounts from accounts-list, id changed from "admin::123" to "admin_ui::get_user::123"
This commit is contained in:
parent
04d1682cba
commit
2f9a4b9c33
@ -519,7 +519,7 @@ app.classes.admin = AppJS.extend(
|
||||
}
|
||||
else
|
||||
{
|
||||
params.account_id = _senders[0].id.substr(7); // remove admin::
|
||||
params.account_id = _senders[0].id.substr(21); // remove admin_ui::get_users::
|
||||
}
|
||||
this.egw.open_link(this.egw.link('/index.php', params), 'admin', popup);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user