When building flexinodes with images programmatically (with images which are already uploaded) I noticed that image fields weren't correctly processed by flexinode_field_image_validate. It seems that the call to file_check_uploads isn't correct. I created a patch which seems to fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| field_image.inc_img_validate.patch.txt | 183 bytes | mo6 |
Comments
Comment #1
Bèr Kessels commentedThe patch was the wrong way around, and created without the proper flags.
Comment #2
Bèr Kessels commentedhttp://drupal.org/node/77581 was marked duplicate of this issue.
Comment #3
Bèr Kessels commentedfixed by hand and committed.
Comment #4
Bèr Kessels commentedComment #5
mo6Noticed that the fix was rolled back. It doesn't apply any more, building flexinodes with images programmatically with images which are already uploaded (as part of an import) works fine with HEAD.
Comment #6
(not verified) commented