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

Impossibile to delete a relationship inside Apollo #407

Closed
leobragaz opened this issue Apr 29, 2021 · 0 comments · Fixed by #410
Closed

Impossibile to delete a relationship inside Apollo #407

leobragaz opened this issue Apr 29, 2021 · 0 comments · Fixed by #410
Assignees
Labels
kind/bug Something isn't working x/profiles Module that allows to create and manage decentralized social profiles
Milestone

Comments

@leobragaz
Copy link
Contributor

Bug description

Inside Apollo it's actually impossibile to delete a relationship after its creation.
This is due to the fact that we have two cli commands with the same name:
desmos tx profiles delete

Steps to reproduce

  1. Create a relationship with desmos profile create
  2. Try to delete it with desmos profile delete

Expected behavior

The delete command should delete the relationship properly.
To solve it, I suggest to simply append to its name -relationship to distinguish it from the original avoiding also users confusions.

@leobragaz leobragaz added kind/bug Something isn't working x/profiles Module that allows to create and manage decentralized social profiles labels Apr 29, 2021
@leobragaz leobragaz self-assigned this Apr 29, 2021
@RiccardoM RiccardoM added this to the v0.16.1 milestone Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working x/profiles Module that allows to create and manage decentralized social profiles
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants