When creating a decision (which now works thanks to #92107), the resulting form is not displayed and the node page is empty.

This is the result of hook_view() changes.

Comments

anarcat’s picture

Assigned: Unassigned » anarcat
Status: Active » Fixed

Apply a modified version of David Lesieur's patch to make this work again. I can now display forms and record votes, thanks David!

I didn't apply the hook_vote_validate() and block commenting hunks of the original diff and fixed the display of the Cancel button. Things are not quite good-looking yet, but it works.

Commit: http://drupal.org/cvs?commit=44391

Anonymous’s picture

Status: Fixed » Closed (fixed)