IDEMPIERE-819 Zk: Refresh should not trigger the row have been changed by other user error.
This commit is contained in:
parent
97ede121b8
commit
6066a7771a
|
@ -1566,7 +1566,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
*/
|
*/
|
||||||
public void onRefresh()
|
public void onRefresh()
|
||||||
{
|
{
|
||||||
onRefresh(true);
|
onRefresh(true, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue