Copied to clipboard

Flag this post as spam?

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


  • Liquid 1 post 71 karma points
    Dec 05, 2018 @ 11:02
    Liquid
    0

    System.UnauthorizedAccessException when saving a new form with a newly created workflow

    Hi all,

    I have created my own workflow which when creating a new form is automatically added.

    Once the new form is created you can click on the workflow and submit it no problem..

    However when trying to save the entire form i keep getting a System.UnauthorizedAccessException in the umbraco trace log. this happens when it tries to run formResource.saveWithWorkflows($scope.form) in the 'if ($routeParams.create)' section of umbraco.forms.js

    When saving the new form it runs editorState.set($scope.form); it could be something to do with that although i can't find it at the moment.

    I am creating the workflow using FormController().GetScaffoldWithWorkflows(template);

    If anyone has had this issue before and could point me in the right direction it would be greatly appreciated.

Please Sign in or register to post replies

Write your reply to:

Draft