-
Notifications
You must be signed in to change notification settings - Fork 9
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
Extra account "deleted" from the subscription #132
Comments
Needs to be rechecked after this current release came (is it still relevant) |
@PaTara43 re-check this please |
Do you do this on the domain robonomics.app or dev.robonomics.app? |
This is now work in dev branch. Will be added in the next release. Probably tested on c6efed0 |
Tested again on commit 0e4836b and have same situation as in the beggining. When delete account from "USERS IN SUBSCRIPTION", dissapeare one more account: Deleting account: After delete: 2 accounts And again reload page helps |
Update problem on comment 24120c0 When delete NOT the last account from subscription list, disappear two account. Example: when I want to delete account in the middle of the list, we have got the next( i have 6 accounts): after finish see next. One more account disappear(only 4 accounts): Still, after refreshing the page, again i see 5 accounts: This problem appears only when user want to delete account in the middle of the list! @vol4tim please check it |
@positivecrash store.commit("rws/setUsers", [
"4DK91",
"4Hh22",
"4Hd83"
]); Then we remove the second address in the onUserDelete event, and the third address is also removed. <robo-template-rws-setup :onUserDelete="removeUser" />
const removeUser = (user, setStatus) => {
store.commit("rws/setUsers", [
"4DK91",
"4Hd83"
]);
setStatus("ok");
} |
When about to delete an account from the subscription, two disappeared instead of one. Correct number after page refreshed.
The text was updated successfully, but these errors were encountered: