Copied to clipboard

Flag this post as spam?

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


  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 10:31
    Dave Woestenborghs
    0

    Workflows

    Hi,

    Can someone tell me when the different workflows occur  :

    • Opened
    • Resumed
    • PartiallySubmitted
    • Submitted
    • Approved
    • Deleted

    Thx

    Dave

  • Comment author was deleted

    Mar 06, 2010 @ 11:24

    Hi Dave,

    Opened: when the form is opened, so when it loads on a page
    Resumed: when the form get's resumed, so with a multistep form, when you complete step 1 and then leave the form but come back, you can then resume the record
    PartiallySubmitted: when it's a multistep form, occurs when going the the next step
    Submitted: occurs when the form get's submitted, so always at the final step
    Approved, when the form get's approved
    Deleted: when the record get's deleted with the records viewer

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 11:45
    Dave Woestenborghs
    0

    Thx for the info

    I just installed Contour and encountered some problems. Is there a seperate bugtracker for Contour so I will post them there too?

    1. When i try to view the submitted forms (manual approval) the Processing dialog keeps visible and no entries are shown. Below are the debug log entries i get :

    umbracoForms:SELECT TOP 10 UFrecordsXml.* from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (4) order by UFrecordsXml.created DESC

    umbracoForms:SELECT count(UFrecordsXml.form) from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (4) 

    umbracoForms:records:1

    umbracoForms:SELECT count(UFrecordsXml.form) from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (3) 

    umbracoForms:SELECT TOP 10 UFrecordsXml.* from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (3) order by UFrecordsXml.created DESC

     

    umbracoForms:records:1

     

    2. In the users section when I click create on the contour security i get the following error :

    At /umbraco/create.aspx?nodeID=init&nodeType=formssecurity&nodeName=Contour%20security&rnd=59.3&rndo=59.3 (Referred by: http://harmonie/umbraco/umbraco.aspx): System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: formssecurity at umbraco.cms.presentation.Create.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    The version of contour is 1.0.7 and umbraco is 4.0.3

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 11:47
    Dave Woestenborghs
    0

    Oops something went wrong with formatting : second try

     

    I just installed Contour and encountered some problems. Is there a seperate bugtracker for Contour so I will post them there too?

    1. When i try to view the submitted forms (manual approval) the Processing dialog keeps visible and no entries are shown. Below are the debug log entries i get :

    umbracoForms:SELECT TOP 10 UFrecordsXml.* from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (4) order by UFrecordsXml.created DESC

    umbracoForms:SELECT count(UFrecordsXml.form) from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (4) 

    umbracoForms:records:1

    umbracoForms:SELECT count(UFrecordsXml.form) from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (3) 

    umbracoForms:SELECT TOP 10 UFrecordsXml.* from UFrecordsXml INNER JOIN UFrecords on UFrecords.id = UFrecordsXml.Id where UFrecordsXml.form = '8fa2012f-e99a-40b6-a5bc-f654e863d30a' and UFrecordsXml.created > @created and UFrecords.state IN (3) order by UFrecordsXml.created DESC

     

    umbracoForms:records:1

    2. In the users section when I click create on the contour security i get the following error :

    At /umbraco/create.aspx?nodeID=init&nodeType=formssecurity&nodeName=Contour%20security&rnd=59.3&rndo=59.3 (Referred by: http://contourtest/umbraco/umbraco.aspx): System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: formssecurity at umbraco.cms.presentation.Create.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    The version of contour is 1.0.7 and umbraco is 4.0.3

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 11:49
    Dave Woestenborghs
    0

    Never mind the second bug. This was because I had no users with access to contour.

  • Comment author was deleted

    Mar 06, 2010 @ 12:16

    Yeah, it just lists all users that have access to contour, you don't need to create anything

  • Comment author was deleted

    Mar 06, 2010 @ 12:17

    What browser are you using to view the entries?

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 12:19
    Dave Woestenborghs
    0

    Hey Tim,

    I have this in all browsers. Maybe it's because i'm in trial mode ?

    I will try it later on a clean install.

    And another question. 

    I granted a user access to contour with Manage Workflows and manage Forms.

    When this user creates a form it will open in read only mode. I will have to give him access to the form first before he can edit the form.

    Dave

  • Comment author was deleted

    Mar 06, 2010 @ 12:24

    Owkey and what db engine did you install on?

    What is the type of the user? If it's an admin he will have full control by default

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 12:35
    Dave Woestenborghs
    0

    I installed on SQL Express 2005 and the user is of the type editor

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 13:26
    Dave Woestenborghs
    0

    Hey Tim,

    I just tried again on a clean install. 

    The problem with the entries not showing is solved.

    The problem with user is still there.

  • Comment author was deleted

    Mar 06, 2010 @ 13:33

    Yeah I think editor users have read only access by default and if you need to have different access that will need to be set in the forms security.

    Working on a new maintenance release, will be out early next week. Will also look at this issue .

    Cheers,
    Tim

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 06, 2010 @ 13:52
    Dave Woestenborghs
    0

    Okay nice to hear that it will be looked at. 

    I'll tell in my demo this week it is because of the trial version that editors can't edit forms they create :-)

    Dave

  • Comment author was deleted

    Mar 08, 2010 @ 09:47

    Fixed the issue, will be part of the next maitenance release (coming this week).

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Mar 08, 2010 @ 14:47
    Dave Woestenborghs
    0

    Hey Tim,

    The issue with the progress dialog that kept displaying occured because I had PeterD.Compress installed.

    Adding a line to the config of PeterD.Compress solved the issue :

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <configSections>
        <sectionGroup name="PeterD">
        <section name="Compress" type="PeterD.Compress.Configuration, PeterD.Compress"/>
        </sectionGroup>
      </configSections>
      <PeterD>
        <Compress  compressionType="GZip" FrontEnd="true" BackEnd="true">
          <IncludedMimeTypes>
            <add mime="text/html" />
          </IncludedMimeTypes>
          <ExcludedPaths>
            <add path="umbraco/plugins/tinymce3/" />
            <add path="umbraco/users/PermissionEditor.aspx" />
            <add path="umbraco/plugins/umbracoContour/webservices/records.aspx" />
          </ExcludedPaths>
        </Compress>
      </PeterD>
    </configuration>

  • Comment author was deleted

    Mar 08, 2010 @ 14:59

    Great, thanks for the update

Please Sign in or register to post replies

Write your reply to:

Draft