From 92841543f6ccf88bd97c43cb810276b31fb8e623 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Wed, 7 Jan 2026 20:10:59 +0200 Subject: #4834 update object's modify flag after being granted Edit permission --- indra/newview/llcallingcard.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llcallingcard.cpp') diff --git a/indra/newview/llcallingcard.cpp b/indra/newview/llcallingcard.cpp index 76e308a966..2c9d74ed97 100644 --- a/indra/newview/llcallingcard.cpp +++ b/indra/newview/llcallingcard.cpp @@ -680,6 +680,8 @@ void LLAvatarTracker::processChange(LLMessageSystem* msg) LLNotifications::instance().add("RevokedModifyRights",args, payload); } } + // update modify permissions flags for affected objects + LLViewerObject::markObjectsForUpdate(agent_id); (mBuddyInfo[agent_id])->setRightsFrom(new_rights); } } -- cgit v1.3