universityofcalifornia / NeXt

UC NeXt is a Rails app for fostering IT collaboration amongst the various UC campuses.
https://ucnext.org
Other
11 stars 11 forks source link

Event Accept/Decline button click sends user to the landing page #400

Closed ctrance closed 8 years ago

ctrance commented 8 years ago

@joshuaselsky @shaun965 - When the user clicks the "Accept" or "Decline" button from the event's email they are sent to the front page https://staging.ucnext.org/

Should we take them to the Login page instead?

jshslsky commented 8 years ago

We decided to send the user back to the login page and once they login, the will be redirected to the page for the event.

ctrance commented 8 years ago

@joshuaselsky @shaun965 - The accept/decline email link now opens the Login page, but after logging in I was not redirected to the event page but on the home page.

ctrance commented 8 years ago

@joshuaselsky @shaun965 - staging site does not send email, cannot test this right now.

jshslsky commented 8 years ago

Remember that on staging we have an email whitelist. Only users in the list in this file will receive emails.

ctrance commented 8 years ago

@joshuaselsky Thanks for reminding me, I totally forgot about the whitelist!

The issue has been fixed, I'm now redirected to the event's details page after successfully logging in upon accepting/declining the event. Closing this.