GeoffreyEmerson / 301-final-project

Convoke! An easy and intuitive app for organizing casual gatherings.
MIT License
1 stars 3 forks source link

Event name fails to change when creating a new event #142

Closed GeoffreyEmerson closed 8 years ago

GeoffreyEmerson commented 8 years ago

It's fixed after a page reload, but that kinda defeats the purpose of a single page app, right? Seems like a bizarre closure issue, because the name change is successful while stepping through, but then reverts while various jquery callback things happen. The change is saved properly to the session and cookie, so a page reload makes it display properly. Need to find out how to get the actual Event object to update correctly.