Hi all,
We’re in the middle of an Umbraco 13 → 17 upgrade and have run into the culture-variance/Block Grid & Block List “Draft” issue that’s been reported elsewhere. Posting here in case anyone has found a fix beyond what’s already documented, since we’ve hit a wall.
Symptoms:
-
Pages are published, but blocks inside Block Grid / Block List properties show a Draft label in the back office.
-
On the front end, some of the affected block content is missing entirely, even though the parent page is published.
-
In some cases, block settings (e.g. custom CSS) are lost entirely during the upgrade — not just left in draft.
-
Oddly, blocks used mainly for page layout (rather than lists of child content) seem unaffected, and retain their settings fine. It’s the blocks driving “list of items” style content (e.g. subtopic/child listings) that consistently break, both in draft status and in missing front-end output.
-
The only “fix” we’ve found is manually clicking into each block and republishing it, then republishing the page, in every culture — which isn’t feasible given the number of pages and blocks involved.
What we’ve already tried, without success:
-
The steps in this thread
-
Johan Reitsma’s blog post on fixing draft Block Grid/List items by normalizing element types to vary by culture
-
The workaround discussed in umbraco/Umbraco-CMS#21602
Neither approach resolved the draft status or the missing front-end content for us. We still end up with blocks stuck in draft and, on certain page types (ones that render lists of child content), the block content just doesn’t render on the front end at all.
Question for the community: Has anyone gotten past this without the manual “click every block and republish” workaround? Specifically interested in:
-
Whether there’s an order-of-operations issue with the vary-by-culture switch + DB script combo (e.g. does it matter whether you flip properties before vs. after running the scripts, or whether content needs to be re-saved/re-published via the Content API vs. the back office UI?)
-
Whether the “lost settings” (custom CSS, etc.) issue is a separate bug from the draft/culture issue, or connected
-
Whether the missing front-end content on list-style pages might be a views/rendering issue on our end rather than a data issue (we’re using views to render lists of child items, and it’s specifically that content that’s not showing — not sure if that’s an Umbraco-side quirk or something we need to fix in our own templates)
We have far too many pages/blocks to consider manually republishing everything, so any pointers — official or unofficial — would be hugely appreciated.
Thanks in advance!