Maybe a 'typo'?

It works for me:

line 342 and 384:
$data[] = $node_field[$column];

must have one more index for 'multiple':
$data[] = $node_field[$delta][$column];

CommentFileSizeAuthor
#2 content.module_3.patch3.59 KBtema

Comments

jonbob’s picture

Status: Needs review » Fixed

Applied a modified version. Thanks.

tema’s picture

Status: Fixed » Needs review
StatusFileSize
new3.59 KB

there's not so easy...

current version products is a multiplication of empty values (from empty new form fields) after every node update.

sorry if I did the empty-check not so elegant, I'm a noob in PHP :-P

jonbob’s picture

Status: Needs review » Closed (duplicate)