Signature ingestor database update is now a background task (#121)
* Updated background task code to support options and self clearing * Moved background safe database upgrade code to a background task
This commit is contained in:
@@ -394,7 +394,10 @@
|
||||
}
|
||||
|
||||
modalAlwaysInclude = alwaysInclude;
|
||||
console.log(JSON.stringify(modalAlwaysInclude));
|
||||
|
||||
if (!alwaysInclude) {
|
||||
alwaysInclude = [];
|
||||
}
|
||||
|
||||
var item = {
|
||||
"name": document.getElementById('collection_name').value,
|
||||
@@ -414,6 +417,8 @@
|
||||
"alwaysInclude": alwaysInclude
|
||||
}
|
||||
|
||||
console.log("Item: " + JSON.stringify(item));
|
||||
|
||||
return item;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user