[ 1746366 ] Some Workflow Actions Are Not Implemented
Correction: "User Window" and "User Form" are implemented - thank you Matthias (oleoh) for the correction
This commit is contained in:
parent
64674be2ae
commit
1e6d48ae98
|
@ -995,14 +995,12 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
|
||||||
else if (MWFNode.ACTION_UserForm.equals(action))
|
else if (MWFNode.ACTION_UserForm.equals(action))
|
||||||
{
|
{
|
||||||
log.fine("Form:AD_Form_ID=" + m_node.getAD_Form_ID());
|
log.fine("Form:AD_Form_ID=" + m_node.getAD_Form_ID());
|
||||||
log.warning("User Form is not implemented yet");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
/****** User Window ******/
|
/****** User Window ******/
|
||||||
else if (MWFNode.ACTION_UserWindow.equals(action))
|
else if (MWFNode.ACTION_UserWindow.equals(action))
|
||||||
{
|
{
|
||||||
log.fine("Window:AD_Window_ID=" + m_node.getAD_Window_ID());
|
log.fine("Window:AD_Window_ID=" + m_node.getAD_Window_ID());
|
||||||
log.warning("User Window is not implemented yet");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue