IDEMPIERE-902 reload method in WFEditor has no visibility defined.
This commit is contained in:
parent
4f9e09c0ca
commit
32f5ee1ad9
|
@ -249,7 +249,7 @@ public class WFEditor extends ADForm {
|
||||||
w.doHighlighted();
|
w.doHighlighted();
|
||||||
}
|
}
|
||||||
|
|
||||||
void reload(int workflowId, boolean reread) {
|
protected void reload(int workflowId, boolean reread) {
|
||||||
center.removeChild(table);
|
center.removeChild(table);
|
||||||
createTable();
|
createTable();
|
||||||
center.appendChild(table);
|
center.appendChild(table);
|
||||||
|
|
Loading…
Reference in New Issue