Fix loading in versamento merce
This commit is contained in:
parent
efe84528da
commit
43a2b90b16
@ -255,6 +255,7 @@ public class VersamentoMerceViewModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
this.sendOnLoadingStarted();
|
||||||
MtbColt clonedSourceTestata = (MtbColt) sourceMtbColt.clone();
|
MtbColt clonedSourceTestata = (MtbColt) sourceMtbColt.clone();
|
||||||
clonedSourceTestata.setMtbColr(new ObservableArrayList<>());
|
clonedSourceTestata.setMtbColr(new ObservableArrayList<>());
|
||||||
clonedSourceTestata.getMtbColr().addAll(destNewMtbColr);
|
clonedSourceTestata.getMtbColr().addAll(destNewMtbColr);
|
||||||
@ -264,6 +265,7 @@ public class VersamentoMerceViewModel {
|
|||||||
destMtbColt,
|
destMtbColt,
|
||||||
false);
|
false);
|
||||||
|
|
||||||
|
this.sendOnLoadingEnded();
|
||||||
this.sendOnDataSaved();
|
this.sendOnDataSaved();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user