DreamExposure / DisCal-Discord-Bot

DisCal is a Discord Bot that links up to a Google Calendar to create, delete, edit, and announce events and more!
GNU General Public License v3.0
112 stars 44 forks source link

Event wizard does not close after /event confirm #120

Closed phraustbyte closed 3 years ago

phraustbyte commented 3 years ago

Who is the bug affecting? Administrators

What is affected by this bug? The Bot

When does this occur? When confirming event create/edit in the wizard

Where on the platform does it happen? Creation Wizard, Discord

How do we replicate the issue?

  1. /event create Name
  2. /event start 2021 December 24 00 00
  3. /event end 2021 December 24 23 59
  4. /event confirm image
  5. Start a second event command image

In order to proceed to the next event command, /event cancel can be used as a workaround as the event is already saved, however, the wizard is still open

Expected behavior (i.e. solution)

On /event confirm, the wizard should complete without having to enter /event cancel

Other Comments

The previous !event confirm allowed the cancellation of the event - it is possible that this is the "new normal", but it is not as intuitive to have to confirm and then cancel. This was replicated on a couple of different servers. The later (where the screenshots were generated) was a bare metal installation with a new calendar and no events.

NovaFox161 commented 3 years ago

This has been fixed in 8672edf6fffd9bd08dc696917a3613a705694326 and will be deployed in the 4.1.4 update (likely coming out in the upcoming week)

Current workaround is to use /event cancel to clear out the editor (it won't affect any committed data)

Thank you for the bug report!