haxtheweb / issues

Issue queue for hax, haxcms, elmsln, lrnwebcomponents, wcfactory, websites and more.
Apache License 2.0
10 stars 1 forks source link

ensure page break is rebuilt fully when page saves #1940

Open btopro opened 4 months ago

btopro commented 4 months ago

We may need to more aggressively rebuild the site.json / associated metadata on page saves as well as the content of the page-break itself in the page. There's a current feedback loop issue:

page-break is a bit of an anti pattern in that it's NOT actually saved but is shipped to the back end. It's data is repopulated in the site.json block. My guess is that _activeItemContentChanged in haxcms-site-builder is not being rebuilt as far as the store.activeItem associated data downstream of it.