From cec79bdb29ac5438c9b9bb0312b4981116f17f61 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Fri, 4 Jul 2014 16:24:52 -0700 Subject: DD-152 : Fixed. Update all the descendent of a marketplace folder when moving it out of the marketplace --- indra/newview/llinventoryfunctions.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 63b1fa78fc..e31a6c8976 100755 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -182,6 +182,11 @@ void update_marketplace_category(const LLUUID& cur_uuid, bool perform_consistenc LL_INFOS("SLM") << "Disassociate as the listing folder is not under the marketplace folder anymore!!" << LL_ENDL; LLMarketplaceData::instance().clearListing(cur_uuid); } + // Update all descendents if this is a category + if (gInventory.getCategory(cur_uuid)) + { + update_marketplace_folder_hierarchy(cur_uuid); + } } return; -- cgit v1.2.3