From e31d876c6c0a3443ba144f122d3a17c565df0cdc Mon Sep 17 00:00:00 2001 From: maxim_productengine <mnikolenko@productengine.com> Date: Fri, 4 May 2018 15:50:31 +0300 Subject: [PATCH] MAINT-8616 FIXED Edit Tool often displays the wrong Creator and/or Owner of an object --- indra/newview/llpanelpermissions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llpanelpermissions.cpp b/indra/newview/llpanelpermissions.cpp index 0e5a7aec0d3..be34b6d8cd6 100644 --- a/indra/newview/llpanelpermissions.cpp +++ b/indra/newview/llpanelpermissions.cpp @@ -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); -- GitLab