Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nil error in confirmation_token url helper #901

Merged
merged 2 commits into from Jul 7, 2022

Conversation

manno
Copy link
Member

@manno manno commented Jul 7, 2022

  No route matches {:action=>"confirm", :conference_acronym=>"CONFERENCE", :controller=>"cfp/events", :id=>ID, :locale=>"en", :token=>nil}, possible unmatched constraints: [:token]
Did you mean?  cfp_event_confirm_by_token_url
  app/views/cfp/people/_table.html.haml:37

This is related to the partly fix from #817
Conference may have two "event_people" objects for the same "person", one as "submitter", another as "speaker". Only the "speaker" has the confirmation token.

@manno manno merged commit b6781ae into main Jul 7, 2022
@manno manno deleted the fix-confirmation-token-url-helper branch July 7, 2022 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant