When doing something like this
$node = node_load(1);
node_save($node);
the faqfield properties are overriden in field_presave.
Patch follows..
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | properties-overridden-1431508-2.patch | 708 bytes | valderama |
When doing something like this
$node = node_load(1);
node_save($node);
the faqfield properties are overriden in field_presave.
Patch follows..
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | properties-overridden-1431508-2.patch | 708 bytes | valderama |
Comments
Comment #1
valderama commentedHere is the patch
Comment #2
patrickd commentedOhkay, makes sense!
Committed to dev branch, follow up on rc2 release.
Thanks again!
Comment #3
patrickd commentedNo further activity after 1 week.