From e0121ff8691941d3403005268c431d3232fd6ad0 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Fri, 24 Aug 2007 13:26:47 +0000 Subject: [PATCH] [ 1746366 ] Some Workflow Actions Are Not Implemented - Fixed compilation error cause by removal of user workbench action. --- client/src/org/compiere/apps/wf/WFActivity.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/org/compiere/apps/wf/WFActivity.java b/client/src/org/compiere/apps/wf/WFActivity.java index d1b66902cf..dfe1bb8def 100644 --- a/client/src/org/compiere/apps/wf/WFActivity.java +++ b/client/src/org/compiere/apps/wf/WFActivity.java @@ -419,8 +419,9 @@ public class WFActivity extends CPanel fAnswerButton.setToolTipText(node.getDescription()); fAnswerButton.setVisible(true); } + /* else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction())) - log.log(Level.SEVERE, "Workflow Action not implemented yet"); + log.log(Level.SEVERE, "Workflow Action not implemented yet");*/ else log.log(Level.SEVERE, "Unknown Node Action: " + node.getAction()); // @@ -526,10 +527,11 @@ public class WFActivity extends CPanel AEnv.addToWindowManager(ff); AEnv.showCenterScreen(ff); } + /* else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction())) { - } + }*/ else log.log(Level.SEVERE, "No User Action:" + node.getAction()); } // cmd_button