You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create a new contact, you see two PUT requests with the same content. While this does not affect the functionality, I think the second request is not necessary.
GitMate.io thinks possibly related issues are #294 (Create a read-only view of a contact), #285 (Cant create or save contacts), #189 (Group broken when creating new contact), #207 (Creating a contact in a group does not work), and #29 (Can't create new contacts on master).
Describe the bug
When you create a new contact, you see two PUT requests with the same content. While this does not affect the functionality, I think the second request is not necessary.
To Reproduce
Steps to reproduce the behavior:
This is because when a contact is created first line https://github.com/nextcloud/contacts/blob/master/src/store/contacts.js#L288 is called. Afterwards https://github.com/nextcloud/contacts/blob/master/src/store/contacts.js#L297 is called as well.
Contacts version: (see Nextcloud apps page)
Current master 8c4e9cb
@skjnldsv Is this a wanted behaviour? Did I miss something?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: