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
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.
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
Create a command and name it whatever you want.
Create a subgroup of commands within the previously created command and name it whatever you want.
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.).
The text was updated successfully, but these errors were encountered:
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:
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
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.).
The text was updated successfully, but these errors were encountered: