Does anyone know if it's possible to hide/remove items from the contour workflow dropdown when adding/editing a form workflow item?
In this particular example, we've had to code a custom send email workflow that overrides certain fields if the right conditions are met. That works fine, but all of the forms should use that by default rather than the built in email one.
Is it possible to disable the built in one from working, or to hide it from the list somehow? We'd also like to stop Contour from creating the default "email to" workflow as well if we can.
Hide default workflows from the workflow dropdown
Hi,
Does anyone know if it's possible to hide/remove items from the contour workflow dropdown when adding/editing a form workflow item?
In this particular example, we've had to code a custom send email workflow that overrides certain fields if the right conditions are met. That works fine, but all of the forms should use that by default rather than the built in email one.
Is it possible to disable the built in one from working, or to hide it from the list somehow? We'd also like to stop Contour from creating the default "email to" workflow as well if we can.
Comment author was deleted
Nope the dropdown is linked to some code that uses reflection to find all the types
For the email to workflow I could make that a settings...
Issue created http://issues.umbraco.org/issue/CON-258 and will be part of 3.0.8 that should be out March 4
Thanks Tim :)
is working on a reply...