Copied to clipboard

Flag this post as spam?

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


  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 21, 2012 @ 08:42
    Jan Skovgaard
    0

    Document types created in autofolders is published instantly

    Hi Chris

    Is there a setting somewhere where I can change this behaviour so created document types in the folders are not being published untill the editor actually decides to publish the document?

    Hope the above makes sense - Looking forward to hearing from you.

    Cheers,
    Jan

  • Derrik 29 posts 98 karma points
    Dec 18, 2012 @ 23:26
    Derrik
    0

    Hi Jan,

    I just recently ran in to this issue and found a fix in Nick Warner's post here.

    • Download the source from CodePlex
    • Add the following to ApplicationBase.cs directly below Republish:
      // Republish
      .....
      //added to fix autopublish bug
      documentObject.UnPublish();
      umbraco.library.UnPublishSingleNode(documentObject.Id);
    • Rebuild the project and replace your AutoFolders.dll with the new one
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies