-
Notifications
You must be signed in to change notification settings - Fork 156
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
Taxonomy terms don’t sync among sites. #625
Comments
@manolobevia I ran through some tests on this, specifically the point where this breaks for you ( Note that I'm going to milestone this for our 2.0 release as it aligns with some of the planned work on making push/pull operate more similarly code-wise. |
@jeffpaul thank you!!!! |
I was testing this and able to reproduce the issue when deleting all tags and updating via the REST API. My suspicion is that it has something to do with an |
Let’s say I have 2 sites (Site A and B). I create several posts with taxonomy terms on B, then in site A I pulled from B, and I am able to see the posts pulled form B with their taxonomy terms.
Then I update a post on site B with it has 3 taxonomy terms, but I decide to delete one.
Site A is synced with B, and the post is updated showing two taxonomy terms. If I add more terms on B, A is synced too. If I delete others on B, but at least I leave one term, site A is synced too. The problem is if I delete all the terms on B, site A doesn’t sync.
Is there a way to solve this situation with taxonomy terms?
The text was updated successfully, but these errors were encountered: