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

AddressBook: fix index 0 description bug #3863

Closed
wants to merge 1 commit into from

Conversation

reemuru
Copy link
Contributor

@reemuru reemuru commented Mar 15, 2022

@selsta
Copy link
Collaborator

selsta commented Mar 16, 2022

any reason for this being WIP?

The address description in index 0 was being overwritten
when a new address was added. Remove the erroneous else
statement causing the issue.
@reemuru
Copy link
Contributor Author

reemuru commented Mar 16, 2022

@selsta was just testing some more, is open now.

@reemuru reemuru marked this pull request as ready for review March 16, 2022 11:49
@selsta
Copy link
Collaborator

selsta commented Mar 16, 2022

I added that code here: #3096

How does editing a description work now with it removed? (I'm on my phone currently otherwise I would check myself)

Copy link
Collaborator

@selsta selsta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, was able to test it. This breaks editing descriptions.

@selsta
Copy link
Collaborator

selsta commented Mar 16, 2022

#3865 solved this issue for me, could you try it to confirm? :)

@reemuru
Copy link
Contributor Author

reemuru commented Mar 16, 2022

#3865 solved this issue for me, could you try it to confirm? :)

checking, i was only doing add not edit

@reemuru
Copy link
Contributor Author

reemuru commented Mar 16, 2022

fixed by #3865

@reemuru reemuru closed this Mar 16, 2022
@reemuru reemuru deleted the address-book branch March 16, 2022 14:18
@reemuru reemuru restored the address-book branch March 16, 2022 14:18
@reemuru reemuru deleted the address-book branch March 16, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

adding entry to address book edits description of anther entry
2 participants