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

When duplicate entries are merged, the duplicate items themselves are also removed #116

Open
only-interester opened this issue Nov 27, 2024 · 5 comments

Comments

@only-interester
Copy link

For example, the duplicate items 93/186 are not merged into 93 items in the end, but all 186 items are deleted? ? Is this a bug or is there something wrong with my plug-in options? My plug-in options are to keep the existing ones and the earliest ones added. The plug-in version is 3.0.3.

@ChenglongMa
Copy link
Owner

Hi @only-interester,

Thanks for your feedback. The expected merge process should be:

  1. If both the master and duplicate items have values for the same field, keep the value from the master item.

  2. If a field in the master item is empty but has a value in the duplicate items, fill the master item with the value from the duplicate.

  3. After processing, delete the duplicate items and retain only the master item.

Is this the same way as yours? If not, I will debug it and update you on the findings.

Thank you so much!

Best,
Chenglong

@only-interester
Copy link
Author

only-interester commented Nov 27, 2024 via email

@ChenglongMa
Copy link
Owner

Oh, I see! I thought 93 and 186 were item IDs 😂.

May I know where you merge them? In the dialog or the Duplicate Item pane?

I'm fixing a similar bug in the dialog. Will release the new version soon.

Thanks.

Best,
Chenglong

@only-interester
Copy link
Author

I did the merge in the Duplicate Item pane

@ChenglongMa
Copy link
Owner

Okay, thanks for the valuable feedback. I'll check and fix it soon.

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

No branches or pull requests

2 participants