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
Sign up for a Both Blocks type activity (where you are required to attend both blocks).
Sign up for another activity that is not Both Blocks.
Expected behavior
You will be signed up for the new activity you selected, and your signup for the other block will be removed (since it was originally the Both Blocks activity).
Actual behavior
You are signed up for your new activity in the current block, and your signup for the other block is not removed.
Note, this is entirely client-side JS. The database is correctly updated - the signup is in fact removed. If you reload the page, you will see this. However, the JS is not correctly reflecting this.
The text was updated successfully, but these errors were encountered:
@alanzhu0 The both-blocks sign up feature seems to already function on both Ion and my dev environment. Was there any other issue with this, or is it fixed?
Steps to reproduce
Expected behavior
Actual behavior
Note, this is entirely client-side JS. The database is correctly updated - the signup is in fact removed. If you reload the page, you will see this. However, the JS is not correctly reflecting this.
The text was updated successfully, but these errors were encountered: