Skip to content
Snippets Groups Projects
Commit 6a025ddb authored by andreykproductengine's avatar andreykproductengine
Browse files

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

parent 629840e9
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ void LLInspectGroup::nameUpdatedCallback( ...@@ -205,7 +205,7 @@ void LLInspectGroup::nameUpdatedCallback(
{ {
if (id == mGroupID) 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 // 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