I keep getting the message 'Workflow not configured' on certain content nodes.
But, these nodes are already included in the 'excluded nodes' in Workflow Settings. I have tried removing and re-adding these nodes - but that has not worked. Nor can I set permissions for user groups from these content nodes.
How can either get rid of this 'workflow not configured message, or alternatively configure the workflow for these nodes?
(using Umbraco 7.13.2, with Plumber v 1.1.5)
thanks, Fiona
That sounds like a bug - I think you should be able to work around it by setting a workflow on those nodes, and keeping them in the excluded list.
I'll need to double check, but what I think is happening is that the notification is triggered when a root-level node has no workflow set, but it should also check that the root node is not excluded.
Shouldn't be anything major for me to patch, will let you know how I go.
Workflow Configuration by content node
I keep getting the message 'Workflow not configured' on certain content nodes.
But, these nodes are already included in the 'excluded nodes' in Workflow Settings. I have tried removing and re-adding these nodes - but that has not worked. Nor can I set permissions for user groups from these content nodes.
How can either get rid of this 'workflow not configured message, or alternatively configure the workflow for these nodes?
(using Umbraco 7.13.2, with Plumber v 1.1.5) thanks, Fiona
Hi Fiona
That sounds like a bug - I think you should be able to work around it by setting a workflow on those nodes, and keeping them in the excluded list.
I'll need to double check, but what I think is happening is that the notification is triggered when a root-level node has no workflow set, but it should also check that the root node is not excluded.
Shouldn't be anything major for me to patch, will let you know how I go.
Version 1.1.6 is building now, will be on nuget soon. Will update the package repo here as well.
Lovely thanks very much!
is working on a reply...