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:
Ralf Becker 2014-04-03 08:09:55 +00:00
parent 04d1682cba
commit 2f9a4b9c33

View File

@ -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);
}