From 79d1aae019624f25d8f34b6f69a903a90a9303ff Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Tue, 5 Jun 2007 08:43:59 +0000 Subject: [PATCH] KTS-1654 "Activate Graphviz version of workflow" Commented this out completely as it will be replaced completely in future. --- plugins/ktcore/admin/workflowsv2.php | 4 ++-- templates/ktcore/workflow/admin/view.smarty | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/ktcore/admin/workflowsv2.php b/plugins/ktcore/admin/workflowsv2.php index c6ff9f4..baadd60 100644 --- a/plugins/ktcore/admin/workflowsv2.php +++ b/plugins/ktcore/admin/workflowsv2.php @@ -130,12 +130,12 @@ class KTWorkflowAdminV2 extends KTAdminDispatcher { } $this->HAVE_GRAPHVIZ = false; - $dotCommand = KTUtil::findCommand("ui/dot", 'dot'); +/* $dotCommand = KTUtil::findCommand("ui/dot", 'dot'); if (!empty($dotCommand)) { $this->HAVE_GRAPHVIZ = true; $this->dotCommand = $dotCommand; } - +*/ } function do_main() { diff --git a/templates/ktcore/workflow/admin/view.smarty b/templates/ktcore/workflow/admin/view.smarty index 9523ef0..3ff337b 100644 --- a/templates/ktcore/workflow/admin/view.smarty +++ b/templates/ktcore/workflow/admin/view.smarty @@ -13,5 +13,5 @@ about states, transitions, security and notifications as they apply to this work