-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unreleased regression: Move/copy cards between carddav addressboo…
…ks (#470) When a card is moved or copied from one CardDAV addressbook to another via the roundcube web interface, the Addressbook::insert() function will receive a save_data object produced by rcmcarddav's DataConversion class, which includes a dummy vcard, but also the original vcard object. With the recent change to use a vcard provided by roundcube upon the import action, this dummy vcard would wrongly be added to the target addressbook. To avoid this, use the original vcard object that is also included in the save_data when it has been produced by rcmcarddav.
- Loading branch information
1 parent
e2c0b77
commit 0c1f597
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters