-
Notifications
You must be signed in to change notification settings - Fork 65
Support New DT-Import Non-Overwrite Setting #2668
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
base: develop
Are you sure you want to change the base?
Support New DT-Import Non-Overwrite Setting #2668
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- dt-posts/dt-posts-endpoints.php: Language not supported
- dt-posts/dt-posts-hooks.php: Language not supported
- dt-posts/dt-posts.php: Language not supported
@kodinkat does
Does that sound right? |
I'm curious about adding this feature to the We'll also need to write some unit tests for this. AI should be good at this part. |
This is correct, as new logic only updates/adds value if field does not already contain it. Therefore, ignoring any duplicates. |
Sounds good, maybe tackle as a new ticket, once functionality has been merged in? |
On this one lets go slower. |
@corsacca pls see latest shape and let me know if this holds up for you... |
@kodinkat can you make sure there are tests for each field type? |
A clarification.
The results should be
Because we have the "dont_overwrite_existing_fields" set to true. Right now the result is
|
No description provided.