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

[stable19] Delete old birthday calendar object when moving contact to another ad… #26306

Merged
merged 1 commit into from
Mar 26, 2021

Commits on Mar 26, 2021

  1. Delete old birthday calendar object when moving contact to another ad…

    …dress book
    
    When an contact is moved to another address book, the contact is copied to
    the second address book.
    During copying, the birthday event is created - but it gets the same UID
    as the contact's birthday event in the first address book.
    
    To prevent the "Calendar object with uid already exists" error that followed,
    we need to delete the old entry before the new one is created.
    
    Resolves: #20492
    Signed-off-by: Christian Weiske <cweiske@cweiske.de>
    cweiske authored and backportbot[bot] committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    0e88470 View commit details
    Browse the repository at this point in the history