From 4f467d6e1a96d8323eaafb8bac3192cffef4635c Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Tue, 9 Sep 2014 19:02:28 -0700 Subject: DD-106 : Suppress validation of target folder when associating since we unlist before hand --- indra/newview/llinventorybridge.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 75883ac002..47afd6e78c 100755 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -3088,18 +3088,7 @@ void LLFolderBridge::performAction(LLInventoryModel* model, std::string action) } else if ("marketplace_associate_listing" == action) { - LLViewerInventoryCategory* cat = gInventory.getCategory(mUUID); - mMessage = ""; - if (!validate_marketplacelistings(cat,boost::bind(&LLFolderBridge::gatherMessage, this, _1, _2))) - { - LLSD subs; - subs["[ERROR_CODE]"] = mMessage; - LLNotificationsUtil::add("MerchantListingFailed", subs); - } - else - { - LLFloaterAssociateListing::show(mUUID); - } + LLFloaterAssociateListing::show(mUUID); return; } else if ("marketplace_edit_listing" == action) -- cgit v1.2.3