Skip to content
Snippets Groups Projects
Commit 31f7f5d1 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

Merged in MAINT-8027 (pull request #438)


MAINT-8027 Fixed URL-named group is displayed as a link in 'Group Inspector'

Approved-by: default avatarAndrey Lihatskiy <andreylproductengine@lindenlab.com>
Approved-by: default avatarMaxim Nikolenko <maximnproductengine@lindenlab.com>
Approved-by: default avatarSimon Linden <simon@lindenlab.com>
parents 3d7dedff 6a025ddb
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ void LLInspectGroup::nameUpdatedCallback(
{
if (id == mGroupID)
{
getChild<LLUICtrl>("group_name")->setValue( LLSD(name) );
getChild<LLUICtrl>("group_name")->setValue(LLSD("<nolink>" + name + "</nolink>"));
}
// Otherwise possibly a request for an older inspector, ignore it
......
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