From 815067ae29d9cf8dc8ce4334bbac0c9aec6e7914 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Fri, 4 May 2018 18:19:50 +0300 Subject: MAINT-8622 FIXED "Share" checkbox becomes gray after sharing the object (no modify) for the group --- indra/newview/llpanelpermissions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpanelpermissions.cpp') diff --git a/indra/newview/llpanelpermissions.cpp b/indra/newview/llpanelpermissions.cpp index be34b6d8cd..cb46ce8c42 100644 --- a/indra/newview/llpanelpermissions.cpp +++ b/indra/newview/llpanelpermissions.cpp @@ -810,7 +810,7 @@ void LLPanelPermissions::refresh() else { getChild("checkbox share with group")->setValue(TRUE); - getChild("checkbox share with group")->setTentative( TRUE); + getChild("checkbox share with group")->setTentative(!has_change_perm_ability); getChildView("button deed")->setEnabled(gAgent.hasPowerInGroup(group_id, GP_OBJECT_DEED) && (group_mask_on & PERM_MOVE) && (owner_mask_on & PERM_TRANSFER) && !group_owned && can_transfer); } } -- cgit v1.2.3