discord-tickets / bot

The most popular open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.
https://discordtickets.app
GNU General Public License v3.0
898 stars 473 forks source link

[BUG] Issue with deleting questions #465

Open GeckoBoy84 opened 1 year ago

GeckoBoy84 commented 1 year ago

Is there an existing issue for this?

Current Behavior

The popup still shows up asking if you want to delete, however it does not actually delete the question whether it has had info filled or not.

Expected Behavior

The question would delete

Steps To Reproduce

No response

Environment

- OS: Pterodactyl - Ubuntu Server 20.04
- Node: 18
- NPM: Unknown
- Bot:4.0.6

Anything else?

No response

eartharoid commented 4 months ago

This happens if a question is added and then deleted without submitting the form. The delete button attempts to remove the question from the database but it doesn't exist yet.