Skip to content
Snippets Groups Projects
Commit 00cd82e3 authored by Cinders's avatar Cinders
Browse files

STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl...

STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl instead of fetching a name
parent 7e0bc07e
No related branches found
No related tags found
No related merge requests found
......@@ -1109,8 +1109,8 @@ void LLPanelGroupMembersSubTab::handleEjectMembers()
if (selection_count == 1)
{
LLSD args;
std::string fullname;
gCacheName->getFullName(mMembersList->getValue(), fullname);
LLUUID selected_avatar = mMembersList->getValue().asUUID();
std::string fullname = LLSLURL("agent", selected_avatar, "inspect").getSLURLString();
args["AVATAR_NAME"] = fullname;
LLSD payload;
LLNotificationsUtil::add("EjectGroupMemberWarning",
......
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