update listviews
This commit is contained in:
parent
722a452b91
commit
c87b1304da
10 changed files with 134 additions and 860 deletions
|
@ -134,7 +134,10 @@
|
|||
dlg.addEventListener('close', function () {
|
||||
|
||||
if (recordingUpdated) {
|
||||
resolve();
|
||||
resolve({
|
||||
updated: true,
|
||||
deleted: false
|
||||
});
|
||||
} else {
|
||||
reject();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue