parabol
parabol copied to clipboard
Bug: Demo started in grouping cannot advance to next
How to reproduce
When accidentally starting the demo in /group
phase, the demo cannot be advanced with the next button
Expected
Demo can be advanced
Relates to: #6946
Just want to double confirm: If the user goes directly to the /group
route with the disabled refresh to start a new demo meeting in https://github.com/ParabolInc/parabol/issues/6946. What the phase does the user click the Start Demo
button to start? start the demo directly from the Group
stage, or should start with the Reflect
stage?
If the demo did not start correctly, i.e. there are no reflections and the user goes to group directly (no existing local demo state), we should show the "Start Demo" button and start from reflect.
I made the bugfix for the demo state in the PR at https://github.com/ParabolInc/parabol/pull/7131, which means that it will show the "Start Demo" button in /group
and thus start normally.
Just except for one small issue: the Group dragging effect will not appear immediately, because the BotScript would need to enter everything first before starting the Group.
Seems like this is solved with #7131, is that correct @JimmyLv?
Yes, correct! this issue is already fixed, closed.