Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • NSC 23 posts 123 karma points
    Aug 10, 2023 @ 13:42
    NSC
    0

    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?

  • Amanda West 4 posts 94 karma points
    Aug 11, 2023 @ 06:03
    Amanda West
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft