IDEMPIERE-5531 - In the auto save process before displaying FindWindow do not display save confirmation in spite of Automatic commit = 'N'. (#1626)
Co-authored-by: jpiere <h.hagiwara@compiere-distribution-lab.net>
This commit is contained in:
parent
a28b084ee1
commit
9531b29f98
|
@ -2300,7 +2300,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
if (adTabbox.getDirtyADTabpanel() == null) {
|
if (adTabbox.getDirtyADTabpanel() == null) {
|
||||||
doOnFind();
|
doOnFind();
|
||||||
} else {
|
} else {
|
||||||
onSave(false, false, new Callback<Boolean>() {
|
onSave(false, true, new Callback<Boolean>() {
|
||||||
@Override
|
@Override
|
||||||
public void onCallback(Boolean result) {
|
public void onCallback(Boolean result) {
|
||||||
if (result) {
|
if (result) {
|
||||||
|
|
Loading…
Reference in New Issue