fixes IDEMPIERE-13 Workflows not appearing
http://jira.idempiere.com/browse/IDEMPIERE-13
This commit is contained in:
parent
f9fd4b80c5
commit
e1a2db87e1
|
@ -318,8 +318,6 @@ public class WFPanel extends CPanel
|
||||||
centerPanel.removeAll();
|
centerPanel.removeAll();
|
||||||
centerPanel.setReadWrite(readWrite);
|
centerPanel.setReadWrite(readWrite);
|
||||||
centerPanel.getGraphScene().addObjectSceneListener(this, ObjectSceneEventType.OBJECT_SELECTION_CHANGED);
|
centerPanel.getGraphScene().addObjectSceneListener(this, ObjectSceneEventType.OBJECT_SELECTION_CHANGED);
|
||||||
|
|
||||||
if (readWrite)
|
|
||||||
centerPanel.setWorkflow(m_wf);
|
centerPanel.setWorkflow(m_wf);
|
||||||
|
|
||||||
// Add Nodes
|
// Add Nodes
|
||||||
|
|
|
@ -108,7 +108,7 @@ public class WFPanel extends Borderlayout implements EventListener
|
||||||
center.appendChild(table);
|
center.appendChild(table);
|
||||||
contentPanel.setStyle("width: 100%; heigh: 100%;");
|
contentPanel.setStyle("width: 100%; heigh: 100%;");
|
||||||
center.setAutoscroll(true);
|
center.setAutoscroll(true);
|
||||||
center.setFlex(true);
|
center.setFlex(false);
|
||||||
|
|
||||||
South south = new South();
|
South south = new South();
|
||||||
this.appendChild(south);
|
this.appendChild(south);
|
||||||
|
|
Loading…
Reference in New Issue