Using Drupal cvs, Voting API cvc, Action cvs and Voting Actions cvs I have problem saving my voting actions. "value type" always revert back to "Percentage Scale" and the value in the databas are always "0".
The field "value_type" in voting_actions_conditions are now int(10) but the values that should go there are strings like "percent", "points" and "option".
The Voting API module use varchar(20) for the field "value_type". With this change my voting actions are saved properly.
Comments
Comment #1
eaton commentedThanks for the heads up -- it's fixed now and checked in as the CVS branch.
Comment #2
(not verified) commented