-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Editable account names #6014
Editable account names #6014
Conversation
@xyzmaker123 Could you please go through all changed files for unused imports. I stopped my review after finding some in AdvanceCashForm and AmazonGiftCardForm. Not sure why Codacy didn't catch them as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NACK - see #6014 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NACK
- Click on existing payment account
- Change the account name
- Click on a different payment account in list
Expected result:
Account name is reset to old name
Actual result:
Changed account name is shown in list and when selected again. It is only properly reset if you switch away e.g. to a different tab.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK - Tested it on Regtest
Still erroring for me.
|
Fixes #6009