Fix [ 2064460 ] Workflow user action broken
- problem inherited from a bug in WFActivity
This commit is contained in:
parent
c15b09ddd8
commit
af03ed5d0d
|
@ -676,7 +676,6 @@ public class WWFActivity extends ADForm implements EventListener
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// ensure activity is ran within a transaction
|
// ensure activity is ran within a transaction
|
||||||
m_activity.set_TrxName(Trx.createTrxName("FWFA"));
|
|
||||||
m_activity.setUserConfirmation(AD_User_ID, textMsg);
|
m_activity.setUserConfirmation(AD_User_ID, textMsg);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Reference in New Issue