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.

CommentFileSizeAuthor
field_image.inc_img_validate.patch.txt183 bytesmo6

Comments

Bèr Kessels’s picture

Status: Needs review » Needs work

The patch was the wrong way around, and created without the proper flags.

Bèr Kessels’s picture

http://drupal.org/node/77581 was marked duplicate of this issue.

Bèr Kessels’s picture

fixed by hand and committed.

Bèr Kessels’s picture

Status: Needs work » Fixed
mo6’s picture

Noticed 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)