When adding a new transition line in the workflow editor, the menu is not updated! After adding a transition line, the menu item for the node shall change from Add line to Delete line! This does not happen, it still says Add line!
I have noticed that adding the following line: loadNext(); In the function: MWFNode.getTransitions(int AD_Client_ID) make the menu behaves correctly.
Environment
None
Attachments
1
Activity
Show:
RedhuanO October 25, 2016 at 12:31 PM
Replicated error in Workflow Editor. I have patched as advised by , and tested manually with new WF Nodes, its solved. I even tested with my WorkflowGenerator seems not affected.
When adding a new transition line in the workflow editor, the menu is not updated! After adding a transition line, the menu item for the node shall change from Add line to Delete line! This does not happen, it still says Add line!
I have noticed that adding the following line: loadNext();
In the function: MWFNode.getTransitions(int AD_Client_ID) make the menu behaves correctly.