Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong deletion of a subcommand within a subgroup #23

Open
ilxlodev opened this issue Aug 17, 2021 · 0 comments
Open

Wrong deletion of a subcommand within a subgroup #23

ilxlodev opened this issue Aug 17, 2021 · 0 comments

Comments

@ilxlodev
Copy link

Description of the issue
When trying to delete a subcommand that has a subgroup of commands as parent, which in turn has a group of commands, all subcommands of the subgroup are deleted.

Command> Command Subgroup> Subcommand.
Subcommands:

  • A
  • B
  • C

I try to remove subcommand A and they are all removed.

In addition, a redirect is made that ends in a 404 error.

Steps to reproduce the issue

  1. Create a command and name it whatever you want.
  2. Create a subgroup of commands within the previously created command and name it whatever you want.
  3. Create a subcommand within the subgroup of commands within the previously created command and name it whatever you want.

Perform step 3 at least 2 times to have a reliable source from which to reproduce the problem.

Current result
Deleting a single subcommand removes all subcommands from the command subgroup.

As I mentioned earlier, once all the subcommands are removed from the command subgroup, it redirects you to a URL that ends in a 404 error: https://slash-commands-gui.androz2091.fr/command/< Command name >groups/< Subgroup name >/ (If you look at the part of the URL that is in bold, a slash (/) is missing.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant