Issue #1535 Fix GFE saving last block of grids twice
Change-Id: I3411e27c96b5f0dd79c24e7ba75361582cb6652c Former-commit-id:c070b55324
[formerlyed7784818a
] [formerlyaa2c0ffb60
] [formerlyc070b55324
[formerlyed7784818a
] [formerlyaa2c0ffb60
] [formerly5738910b71
[formerlyaa2c0ffb60
[formerly 16eedd6d46196d08d02abc674c81ed95c403457c]]]] Former-commit-id:5738910b71
Former-commit-id:5ffbbdd699
[formerly670f23e1c2
] [formerly 9ad86a93f01dfa8394e229e86a96b7f7e7dcd020 [formerlyd61a24410a
]] Former-commit-id: 3ca45302a5e7a88786f8aa84decbcced74f9eb02 [formerly3d1159c81f
] Former-commit-id:96acf099c8
This commit is contained in:
parent
02bc43a385
commit
16701b61e5
1 changed files with 2 additions and 7 deletions
|
@ -623,6 +623,7 @@ public class DbParm extends Parm {
|
|||
|
||||
success &= allSaved;
|
||||
}
|
||||
|
||||
// if any pending saves
|
||||
if (sgr.size() > 0) {
|
||||
if (doSave(sgr)) {
|
||||
|
@ -632,13 +633,7 @@ public class DbParm extends Parm {
|
|||
} else {
|
||||
success = false;
|
||||
}
|
||||
}
|
||||
|
||||
// if any pending saves
|
||||
if (sgr.size() > 0) {
|
||||
if (!doSave(sgr)) {
|
||||
success = false;
|
||||
}
|
||||
pendingUnlocks.clear();
|
||||
}
|
||||
|
||||
if (success) {
|
||||
|
|
Loading…
Add table
Reference in a new issue