You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, create a new form with a text and binary field. Submit the form from front end of the site. Then re-edit the form content. The binary field has no file on it. File did not upload.
I did not see errors in the log, nothing helpful in firebug either.
Tested on 2.2.1 version
Interesting - seems to work in master but not in 2.2.1. Checked the file with the fixes and it is the same in both branches. Will have to debug and see what else changed in 2.2.1 to negate the fix. - Brent 2/19/2013
Seems that com.dotmarketing.cms.content.submit.util.SubmitContentUtil.java needs to be merged into 2.2.1 branch. I do not know what other things this would effect, but it would fix this issue. Specifically, this change is needed in 2.2.1 5955d11#src/com/dotmarketing/cms/content/submit/util/SubmitContentUtil.java - Brent 2/19/2013
The text was updated successfully, but these errors were encountered:
This is a follow up fix to this issue: #1977
To reproduce, create a new form with a text and binary field. Submit the form from front end of the site. Then re-edit the form content. The binary field has no file on it. File did not upload.
I did not see errors in the log, nothing helpful in firebug either.
Tested on 2.2.1 version
Interesting - seems to work in master but not in 2.2.1. Checked the file with the fixes and it is the same in both branches. Will have to debug and see what else changed in 2.2.1 to negate the fix. - Brent 2/19/2013
Seems that com.dotmarketing.cms.content.submit.util.SubmitContentUtil.java needs to be merged into 2.2.1 branch. I do not know what other things this would effect, but it would fix this issue. Specifically, this change is needed in 2.2.1 5955d11#src/com/dotmarketing/cms/content/submit/util/SubmitContentUtil.java - Brent 2/19/2013
The text was updated successfully, but these errors were encountered: