Skip to content
Snippets Groups Projects
Commit e31d876c authored by maxim_productengine's avatar maxim_productengine
Browse files

MAINT-8616 FIXED Edit Tool often displays the wrong Creator and/or Owner of an object

parent 14ed34f2
No related branches found
No related tags found
No related merge requests found
......@@ -399,6 +399,7 @@ void LLPanelPermissions::refresh()
style_params.font.style = "UNDERLINE";
LLAvatarName av_name;
style_params.link_href = creator_app_link;
if (LLAvatarNameCache::get(mCreatorID, &av_name))
{
updateCreatorName(mCreatorID, av_name, style_params);
......
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