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
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
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
Workflows
Hi,
Can someone tell me when the different workflows occur :
Thx
Dave
Comment author was deleted
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
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
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
Never mind the second bug. This was because I had no users with access to contour.
Comment author was deleted
Yeah, it just lists all users that have access to contour, you don't need to create anything
Comment author was deleted
What browser are you using to view the entries?
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
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
I installed on SQL Express 2005 and the user is of the type editor
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
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
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
Fixed the issue, will be part of the next maitenance release (coming this week).
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 :
Comment author was deleted
Great, thanks for the update
is working on a reply...