Author: jleroux
Date: Fri Dec 5 20:41:38 2014
New Revision: 1643423
URL:
http://svn.apache.org/r1643423Log:
A patch from Deepak for "Party Content Upload Ajax Is Broken"
https://issues.apache.org/jira/browse/OFBIZ-5891, thanks to Adrian's report
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js
Modified: ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js?rev=1643423&r1=1643422&r2=1643423&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js Fri Dec 5 20:41:38 2014
@@ -94,6 +94,7 @@ function getUploadProgressStatus(event){
var timerId = timerId;
jQuery.ajax({
url: 'getFileUploadProgressStatus',
+ dataType: 'json',
success: function(data) {
if (data._ERROR_MESSAGE_LIST_ != undefined) {
jQuery('#content-messages').html(data._ERROR_MESSAGE_LIST_);