Skip to content
Snippets Groups Projects
Commit 8cfea0ba authored by Coaldust Numbers's avatar Coaldust Numbers
Browse files

VWR-1095 fix for problems with uploads following bulk upload failure

de minimus contribution accepted without CA - Oz Linden
parent c132d20a
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,8 @@ Catherine Pfeffer
Celierra Darling
VWR-1274
VWR-6975
Coaldust Numbers
VWR-1095
Cron Stardust
VWR-10579
Cypren Christenson
......
......@@ -126,6 +126,7 @@ void LLAssetUploadResponder::error(U32 statusNum, const std::string& reason)
break;
}
LLUploadDialog::modalUploadFinished();
LLFilePicker::instance().reset(); // unlock file picker when bulk upload fails
}
//virtual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment