From 1e6d48ae98334871b3d71d17b237fb9dd50ac7ac Mon Sep 17 00:00:00 2001 From: kthiemann Date: Fri, 13 Jul 2007 08:05:37 +0000 Subject: [PATCH] [ 1746366 ] Some Workflow Actions Are Not Implemented Correction: "User Window" and "User Form" are implemented - thank you Matthias (oleoh) for the correction --- base/src/org/compiere/wf/MWFActivity.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/src/org/compiere/wf/MWFActivity.java b/base/src/org/compiere/wf/MWFActivity.java index 8ae37bce0c..81c641f107 100644 --- a/base/src/org/compiere/wf/MWFActivity.java +++ b/base/src/org/compiere/wf/MWFActivity.java @@ -995,14 +995,12 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable else if (MWFNode.ACTION_UserForm.equals(action)) { log.fine("Form:AD_Form_ID=" + m_node.getAD_Form_ID()); - log.warning("User Form is not implemented yet"); return false; } /****** User Window ******/ else if (MWFNode.ACTION_UserWindow.equals(action)) { log.fine("Window:AD_Window_ID=" + m_node.getAD_Window_ID()); - log.warning("User Window is not implemented yet"); return false; } //