due to the patch introduced here #318610: CCK Fivestar: deleting review node does not remove votes with axis other than 'vote' the cck target value in the content type table is not saved anymore
afaik it should be (at about line 123 fivestar_field.inc):
if (is_numeric($target)) {
$items[$delta]['target'] = $target;
....
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fivestar_save_target.patch | 1.71 KB | quicksketch |
Comments
Comment #1
xqi commentedsame problem here. above code does fix the bug... thanks
Comment #2
quicksketchApplied the attached patch based on gunzip's suggestion above.
Comment #3
quicksketch