oneclickorgs / one-click-orgs

Create legal organisations with just one click
http://oneclickorgs.com/
GNU Affero General Public License v3.0
45 stars 13 forks source link

A ActionView::Template::Error occurred in members#show #464

Closed chrismear closed 10 years ago

chrismear commented 10 years ago

undefined method title' for nil:NilClass app/views/one_click/_vote.html.haml:3:in_app_views_one_clickvote_html_haml175057459399347869_36463520'

chrismear commented 10 years ago

This was caused by the manual deletion of a duplicate proposal, which left a number of votes with no proposal. When the app tried to display information about the vote, it couldn't find the proposal, and threw this error.

Although deletion of proposals doesn't occur in ordinary usage, we should still guard against this by having votes attached to a proposal automatically deleted if the proposal is deleted. I'll make a separate ticket for this.