Copied to clipboard

Flag this post as spam?

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


  • Marshall Bell 19 posts 59 karma points
    Sep 08, 2009 @ 20:20
    Marshall Bell
    0

    Umbraco Workflow

    Hello,

    Is there a way, out of the box, to have two levels of approval?  I would like to have writers, editors, and publishers.

    Thanks,

    Marshall

  • Niels Hartvig 1951 posts 2391 karma points c-trib
    Sep 08, 2009 @ 21:10
    Niels Hartvig
    0

    No, not out of the box. It would require a little bit of add-on coding, for instance a datatype where you check for the current logged in user type and enable an approval flag (checkbox?) for writer + editor and then an event handler where you abort a publishing via the BeforePublish event if the approval flag is not set. Not much coding - the datatype could be written using a user control and the UserControlWrapper datatype so it's less than 100 lines of code and a complete bespoke workflow process.

  • Marshall Bell 19 posts 59 karma points
    Sep 08, 2009 @ 23:42
    Marshall Bell
    0

    Thanks!

  • Mitch Olinsky 31 posts 51 karma points
    Sep 21, 2011 @ 16:12
    Mitch Olinsky
    0

    Just a though from a noob...

    Maybe have your editiors be the ones to initiate the workflow.  Their initiation is could be considered the first approval.

Please Sign in or register to post replies

Write your reply to:

Draft