Forums / Setup & design / simple workflow does not appear
Paal Are Solberg
Tuesday 01 July 2003 4:56:04 am
eZ 3.1.0-2
I am trying to create a new workflow, called hellodolly, based on the the existing hellouser workflow :
1. file /kernel/classes/workflowtypes/event/ezhellodolly.php 2. lines added to site.ini.append.php: [EventSettings] AvailableEventTypes[]=event_ezhellodolly 3. template file /design/standard/templates/workflow/eventtype/result/event_ezhellodolly.tpl
When I try to add a new workflow, the new Event/Hello Dolly entry I expected to find in the drop down list is does not appear...
What am I missing?
Thursday 03 July 2003 6:08:07 am
Ooops... lines should be added to workflow.ini.append.php, not to site.ini.append.php... [EventSettings]AvailableEventTypes[]=event_ezhellodolly
My mistake. (Though I suggest this could be added to the sdk documentation?)