You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2019/09/24 08:57:27 UTC

svn propchange: r1867435 - svn:log

Author: nmalin
Revision: 1867435
Modified property: svn:log

Modified: svn:log at Tue Sep 24 08:57:27 2019
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Sep 24 08:57:27 2019
@@ -1,5 +1,5 @@
 Fixed: Send upload form with even-update-area doesn't work
-
+(OFBIZ-11207)
 When you create a xml form with upload as type, you can't use on-event-update-area element to submit it by ajax.
 Otherwise, OFBiz return an error message on 'uploadFile is empty.
 To solve it, we analyze the enctype's form before submit it to move on FormData instead a direct serialize [1]