From 69baff7415bf97819134bcf4da948880ac714f91 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Sat, 8 Nov 2014 15:09:48 -0800 Subject: DD-259 : Show only one error when failing on listing, user can see all errors in Check for Errors --- indra/newview/llinventorybridge.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index fa49f23364..ec29ec5896 100755 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -3159,7 +3159,10 @@ void LLFolderBridge::gatherMessage(std::string& message, LLError::ELevel log_lev { if (!mMessage.empty()) { - mMessage += "\n"; + // Currently, we do not gather all messages as it creates very long alerts + // Users can get to the whole list of errors on a listing using the "Check for Errors" audit button + //mMessage += "\n"; + return; } // Take the leading spaces out... std::string::size_type start = message.find_first_not_of(" "); -- cgit v1.2.3