I've been trying to do some custom workflows that react to PartiallySubmitted with Umbraco 4.0.3 & Contour 1.0.9 but found that my workflows never responded to the PartiallySubmitted event, while they would get called for Open, and Submit. I read about an old bug in Contour so I tried applying the 1.1.5_update.zip and after adding the SessionState entries to my web.config &turning on Local User Profile for the AppPool, there was no obvious breakage anymore, but I still wasn't getting my workflows to trigger on PartiallySubmitted & the package version in the Umbraco backoffice still says that my Contour is at 1.0.9.
Are there known compatibility issues with Umbraco 4.0.3 and later versions of Contour? How might I track down the non-triggering PartiallySubmitted events?
Problems upgrading to 1.1.5 from 1.0.9
I've been trying to do some custom workflows that react to PartiallySubmitted with Umbraco 4.0.3 & Contour 1.0.9 but found that my workflows never responded to the PartiallySubmitted event, while they would get called for Open, and Submit. I read about an old bug in Contour so I tried applying the 1.1.5_update.zip and after adding the SessionState entries to my web.config &turning on Local User Profile for the AppPool, there was no obvious breakage anymore, but I still wasn't getting my workflows to trigger on PartiallySubmitted & the package version in the Umbraco backoffice still says that my Contour is at 1.0.9.
Are there known compatibility issues with Umbraco 4.0.3 and later versions of Contour? How might I track down the non-triggering PartiallySubmitted events?
Thanks for any pointers!
Comment author was deleted
Hi,
Thanks for reporting this, we'll look into the issue
As a backup solution you could also look into the contour event model and attach some code there ...
is working on a reply...