Closed (fixed)
Project:
Fivestar
Version:
6.x-1.15
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 22:31 UTC
Updated:
15 Jul 2009 at 01:50 UTC
Jump to comment: Most recent file
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