RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF
This commit is contained in:
@@ -332,6 +332,7 @@ void LLFloaterProperties::refreshFromItem(LLInventoryItem* item)
|
||||
GP_OBJECT_MANIPULATE);
|
||||
BOOL can_agent_sell = gAgent.allowOperation(PERM_OWNER, perm,
|
||||
GP_OBJECT_SET_SALE);
|
||||
BOOL is_link = i->getIsLinkType();
|
||||
|
||||
// You need permission to modify the object to modify an inventory
|
||||
// item in it.
|
||||
@@ -522,7 +523,7 @@ void LLFloaterProperties::refreshFromItem(LLInventoryItem* item)
|
||||
/////////////
|
||||
|
||||
// Check for ability to change values.
|
||||
if (is_obj_modify && can_agent_manipulate)
|
||||
if (!is_link && is_obj_modify && can_agent_manipulate)
|
||||
{
|
||||
childSetEnabled("CheckShareWithGroup",TRUE);
|
||||
childSetEnabled("CheckEveryoneCopy",(owner_mask & PERM_COPY) && (owner_mask & PERM_TRANSFER));
|
||||
|
||||
Reference in New Issue
Block a user