OpenSource-Tools / LiquidVoting

1 stars 0 forks source link

Vote phase error #69

Closed kvdmolen closed 9 years ago

kvdmolen commented 9 years ago

Also mentioned in #21

Click "vote now" button in sidebar will generate error: http://178.62.254.91/lf/issue/show/23.html

nktc commented 9 years ago

I think this is sorted now. This is due to the following code in the issue model:

assert(options.member_id, "member_id mandatory for member_info")

Not really sure why this is being asserted. I commented it and that voting page works fine now.