Closed (fixed)
Project:
QuantCDN - Drupal Static Site Generator & Hosting
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2025 at 22:22 UTC
Updated:
10 Jul 2025 at 19:27 UTC
Jump to comment: Most recent
Comments
Comment #2
kristen polComment #3
kristen polComment #4
kristen polThe code is updated so that
Seed::seedNode()uses the translated entity in two areas, so that the correct entity data is available, e.g., published status:To test the first, we need to use cron like:
Test it doesn't work before the change and it does afterwards.
Comment #5
kristen polThe PR needs to be updated based on my comments in GitHub
Comment #6
kristen polComment #7
kristen polOn D11, when testing without the changes, the unpublished translation doesn't get pushed over, but this error shows up in the logs:
Comment #8
kristen polI tested on D11 with translated unpublished taxonomy term without the patch and the term was pushed to quant.
Tested again with the PR branch and it didn't push the term content
Comment #9
kristen polTested on D10 on 1.x branch and one thing I noticed (which is probably still an issue for D11/2.x too)... if you have it set to push unpublished content, you don't get it because that setting isn't being honored in this code. But that's a separate bug, so we can handle it separately
Comment #12
kristen polThis has been merged for both 1.x and 2.x
Comment #13
kristen pol