When publishing a node that has unpublished children, it seems like Umbraco's default behavior is to publish those as well, when clicking the green "Save and publish..."-button on the parent-node.
How can I make it so only the selected node is published? Because I don't feel like it makes sense that "Save and publish" in reality ends up doing the same thing as "Publish with descendants...".
Umbraco does not provide a built-in-feature to publish only the selected node without it descendants. However, you can achieve this by creating a custom workflow. You would need to overrode the default "Save and Publish" behavior with a custom action that only publishes the selected node. This would require custom coding and might involve Creating custom buttons or context menu options in the Umbraco backoffice.
Umbraco's default publishing behavior
Hi,
When publishing a node that has unpublished children, it seems like Umbraco's default behavior is to publish those as well, when clicking the green "Save and publish..."-button on the parent-node.
How can I make it so only the selected node is published? Because I don't feel like it makes sense that "Save and publish" in reality ends up doing the same thing as "Publish with descendants...".
Or is that not possible?
Umbraco does not provide a built-in-feature to publish only the selected node without it descendants. However, you can achieve this by creating a custom workflow. You would need to overrode the default "Save and Publish" behavior with a custom action that only publishes the selected node. This would require custom coding and might involve Creating custom buttons or context menu options in the Umbraco backoffice.
is working on a reply...