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

Sync networks with applications #5332

Closed
oskarleonard opened this issue Sep 22, 2023 · 0 comments
Closed

Sync networks with applications #5332

oskarleonard opened this issue Sep 22, 2023 · 0 comments
Assignees
Milestone

Comments

@oskarleonard
Copy link
Contributor

Expected behavior

  1. When deleting a network we also need to delete it from our application state
  2. When changing a name of an network we also need to sync that name change in application state
  3. Changing the name of a network that is selected the new name should show in selected network

Actual behavior

  1. When deleting a network: That network still lingers in the blockchainApplicationState
  2. When changing a name of a network: We make a "POST" instead of a "PUT" to our blockchainApplicationState resulting in duplicated applications where just the name/key is changed.
  3. Changing the name of a network results in a blank name as selected

Steps to reproduce

Which version(s) does this affect? (Environment, OS, etc...)

@oskarleonard oskarleonard self-assigned this Sep 22, 2023
@ManuGowda ManuGowda changed the title Sync Networks with Applications Sync networks with applications Sep 23, 2023
@ManuGowda ManuGowda added this to the Sprint 108 milestone Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants