I would like to regenerate the content in the cmsContentXml table that is used to create the umbraco.config file for the frontend cached data.
My understanding of the content lifecycle is:
1) Tabular Data in Multiple tables
2) cmsContentXml table
3) umbraco.config
When I click the root "Content" node and choose "Republish all Nodes" it just takes the cmsContentXml table and rebuilds the umbraco.config file.
What I would like is to perform the process that compiles the tabular data in the rest of the database into the cmsContentXml table. This happens when you click the "Save and Publish" button on a node. I would have expected it to happen with the "Republish all Nodes" button, but it doesn't.
Regenerating cmsContentXml table
Hello,
I would like to regenerate the content in the cmsContentXml table that is used to create the umbraco.config file for the frontend cached data.
My understanding of the content lifecycle is:
1) Tabular Data in Multiple tables
2) cmsContentXml table
3) umbraco.config
When I click the root "Content" node and choose "Republish all Nodes" it just takes the cmsContentXml table and rebuilds the umbraco.config file.
What I would like is to perform the process that compiles the tabular data in the rest of the database into the cmsContentXml table. This happens when you click the "Save and Publish" button on a node. I would have expected it to happen with the "Republish all Nodes" button, but it doesn't.
Any ideas?
Instead of the content node, right click the top node in your site:
Content
- Some Page (<-- This one!)
Her you choose "Publish". In the dialog you will be able to check "Publish all children". This should do what you are looking for.
is working on a reply...