add/modify grid without reload
This commit is contained in:
parent
0bde86ebfd
commit
128facec21
3 changed files with 61 additions and 26 deletions
|
|
@ -176,6 +176,7 @@ namespace ApplicationServices
|
|||
int qtyChanges = saveChanges(context);
|
||||
logTime("importIntoDbAsync -- post SaveChanges");
|
||||
|
||||
// this is any changes at all to the database, not just new books
|
||||
if (qtyChanges > 0)
|
||||
await Task.Run(() => finalizeLibrarySizeChange());
|
||||
logTime("importIntoDbAsync -- post finalizeLibrarySizeChange");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue