FIRE-29942: Fix delete links operation in Replace Links floater spamming the AIS coprocedure pool
parent
7f40873c2b
commit
bbc1d60d93
|
|
@ -436,7 +436,7 @@ void LLFloaterLinkReplace::processBatch(LLInventoryModel::item_array_t items)
|
|||
LLUUID outfit_update_folder_id = LLUUID::null;
|
||||
if (needs_wearable_ordering_update)
|
||||
{
|
||||
outfit_update_folder_id = outfit_folder_id;
|
||||
outfit_update_folder_id = source_item->getParentUUID();
|
||||
}
|
||||
LLPointer<LLInventoryCallback> cb = new LLBoostFuncInventoryCallback(boost::bind(&LLFloaterLinkReplace::itemRemovedCallback, getDerivedHandle<LLFloaterLinkReplace>(), outfit_update_folder_id));
|
||||
remove_inventory_object(source_item->getUUID(), cb);
|
||||
|
|
|
|||
Loading…
Reference in New Issue