MAINT-4554 FIXED Display owner as [groupname] (group) for group-owned object

master
Mnikolenko ProductEngine 2014-10-24 13:38:52 +03:00
parent bf3d017b69
commit cfddb46b00
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ void LLFloaterInspect::refresh()
const LLUUID& idGroup = obj->mPermissions->getGroup();
if(gCacheName->getGroupName(idGroup, group_name))
{
owner_name = group_name;
owner_name = "[" + group_name + "] (group)";
}
else
{