From 5e9b075ea6423622817b5469effbfbcdf969a0b4 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 30 Nov 2005 13:06:00 +0000 Subject: [PATCH] Fix a typo - it is fStartStateId, not fStartingStateId --- presentation/lookAndFeel/knowledgeTree/administration/workflow/workflows.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/workflow/workflows.php b/presentation/lookAndFeel/knowledgeTree/administration/workflow/workflows.php index 8dfcead..f6934df 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/workflow/workflows.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/workflow/workflows.php @@ -66,7 +66,7 @@ class KTWorkflowDispatcher extends KTStandardDispatcher { $vocab[$state->getId()] = $state->getName(); } $aOptions['vocab'] = $vocab; - $edit_fields[] = new KTLookupWidget('Starting State','When a document has this workflow applied to it, to which state should it initially be set ', 'fStartingStateId', $oWorkflow->getStartStateId(), $this->oPage, false, null, null, $aOptions); + $edit_fields[] = new KTLookupWidget('Starting State','When a document has this workflow applied to it, to which state should it initially be set ', 'fStartStateId', $oWorkflow->getStartStateId(), $this->oPage, false, null, null, $aOptions); $add_state_fields = array(); $add_state_fields[] = new KTStringWidget('Name','A human-readable name for the state.', 'fName', null, $this->oPage, true); -- libgit2 0.21.4