You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 30ef630 I add an error if you attempt to access /ballots/new without any election_id param being passed. (either as a JSON body or as a URL query string parameter, Rails doesn't care.)
I wasn't sure if this was optimal. We could autofill the ballot ID to the current election… @erichkauffman, thoughts? Since the case where someone isn't logged in is already handled at the start of this handler, it seems like this makes sense.
The text was updated successfully, but these errors were encountered:
rye
added a commit
that referenced
this issue
Mar 3, 2018
In 30ef630 I add an error if you attempt to access
/ballots/new
without anyelection_id
param being passed. (either as a JSON body or as a URL query string parameter, Rails doesn't care.)I wasn't sure if this was optimal. We could autofill the ballot ID to the current election… @erichkauffman, thoughts? Since the case where someone isn't logged in is already handled at the start of this handler, it seems like this makes sense.
The text was updated successfully, but these errors were encountered: