Merge "Issue #1535 Fix GFE saving last block of grids twice" into 13.2.1_delivery
Former-commit-id:27234eb99d
[formerlyd6a674189b
] [formerly9b793f195b
] [formerly27234eb99d
[formerlyd6a674189b
] [formerly9b793f195b
] [formerly8195fd7930
[formerly9b793f195b
[formerly 444a78f0a007038b845946aec9ecfb88b4ae7b63]]]] Former-commit-id:8195fd7930
Former-commit-id:0de3e4c755
[formerlybc93eff808
] [formerly 9d6286e0eb9ffe3594df9d913c23ad32340ced84 [formerly154b428162
]] Former-commit-id: 4cde1a67de54464cb80c123c872abcab0ed733dd [formerly9843217d41
] Former-commit-id:075a8582e8
This commit is contained in:
commit
0ed518a11c
1 changed files with 2 additions and 7 deletions
|
@ -623,6 +623,7 @@ public class DbParm extends Parm {
|
||||||
|
|
||||||
success &= allSaved;
|
success &= allSaved;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if any pending saves
|
// if any pending saves
|
||||||
if (sgr.size() > 0) {
|
if (sgr.size() > 0) {
|
||||||
if (doSave(sgr)) {
|
if (doSave(sgr)) {
|
||||||
|
@ -632,13 +633,7 @@ public class DbParm extends Parm {
|
||||||
} else {
|
} else {
|
||||||
success = false;
|
success = false;
|
||||||
}
|
}
|
||||||
}
|
pendingUnlocks.clear();
|
||||||
|
|
||||||
// if any pending saves
|
|
||||||
if (sgr.size() > 0) {
|
|
||||||
if (!doSave(sgr)) {
|
|
||||||
success = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue