Wrong default in Action field in WF_Node
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2505658&group_id=176962
This commit is contained in:
parent
0716a96317
commit
79df183d68
|
|
@ -535,7 +535,6 @@ public class MWFNode extends X_AD_WF_Node
|
||||||
setAction(MWFNode.ACTION_WaitSleep);
|
setAction(MWFNode.ACTION_WaitSleep);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
setAction(MWFNode.ACTION_DocumentAction);
|
|
||||||
|
|
||||||
String action = getAction();
|
String action = getAction();
|
||||||
if (action.equals(ACTION_WaitSleep))
|
if (action.equals(ACTION_WaitSleep))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue