IDEMPIERE-3225 Workflow editor menu is not updated / integrate patch from Flemming Birch (sjeffen)

This commit is contained in:
Redhuan D. Oon 2016-10-26 17:13:16 +02:00
parent ebe2d32301
commit e8d5bde8cb
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ public class MWFNode extends X_AD_WF_Node
*/
public MWFNodeNext[] getTransitions(int AD_Client_ID)
{
loadNext();
ArrayList<MWFNodeNext> list = new ArrayList<MWFNodeNext>();
for (int i = 0; i < m_next.size(); i++)
{