Target field empty in fivestar CCK values
gunzip - May 27, 2009 - 22:31
| Project: | Fivestar |
| Version: | 6.x-1.15 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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;
....

#1
same problem here. above code does fix the bug... thanks
#2
Applied the attached patch based on gunzip's suggestion above.
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.