svn propchange: r1867435 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1867435 - svn:log

nmalin
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]