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();
|
||||
}
|
||||
|
||||
void reload(int workflowId, boolean reread) {
|
||||
protected void reload(int workflowId, boolean reread) {
|
||||
center.removeChild(table);
|
||||
createTable();
|
||||
center.appendChild(table);
|
||||
|
|
Loading…
Reference in New Issue