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 2017/08/14 21:29:02 UTC

svn propchange: r1805011 - svn:log

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

Modified: svn:log at Mon Aug 14 21:29:02 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Aug 14 21:29:02 2017
@@ -1,4 +1,5 @@
 Fixed: Missing fieldInfo when call constructor for ModelFormField Password, File and Lookup
 When you create a form with an entity or service auto fields, the three previous form field call only "super(fieldSource, modelFormField);" in their constructor or this initialise a TextField with the fieldInfo FieldInfo.TEXT.
 I force the field info when the super constructor is called
+This missing has been found during investigation on the issue OFBIZ-9577 to improve auto-fields-service with a file upload