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;

....

CommentFileSizeAuthor
#2 fivestar_save_target.patch1.71 KBquicksketch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xqi’s picture

same problem here. above code does fix the bug... thanks

quicksketch’s picture

Status: Active » Fixed
FileSize
1.71 KB

Applied the attached patch based on gunzip's suggestion above.

quicksketch’s picture

Title: target field empty in fivestar cck values » Target field empty in fivestar CCK values

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.