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
Current behavior:
From admin, trying to change the speaker is causing an error.
Expected correct behavior:
To add the persons name and allow the admin to change the speaker.
Steps to reproduce:
Go to events, click on event, edit and in the speaker section, add the person who should be the speaker. Then click update proposal
Other information:
Screenshots attached of the area and behavior. This did function correctly last year and I've used it before.
The text was updated successfully, but these errors were encountered:
The problem is that the we make an non-idempotent request with the speaker selectize which resets the CSRF token of the form. We would need to add CSRF support to the json/request that search_users_path returns. Some people do this in a response header...
I'm submitting a ..
Current behavior:
From admin, trying to change the speaker is causing an error.
Expected correct behavior:
To add the persons name and allow the admin to change the speaker.
Steps to reproduce:
Go to events, click on event, edit and in the speaker section, add the person who should be the speaker. Then click update proposal
Other information:
Screenshots attached of the area and behavior. This did function correctly last year and I've used it before.
The text was updated successfully, but these errors were encountered: