v2 up caomvai3
This commit is contained in:
@@ -212,13 +212,17 @@ class AutomaticDispose {
|
||||
|
||||
OpenNextRescueSprechwunsch() {
|
||||
let that = this;
|
||||
console.log('OpenNextRescueSprechwunsch on');
|
||||
this.ADSettings().then((setting) => {
|
||||
console.log('OpenNextRescueSprechwunsch', setting);
|
||||
if (setting['Sprechwunsch-Automatic'] == 'true') {
|
||||
return that.ADisDB.ADisSprechwunsch.where({
|
||||
done: 'false'
|
||||
}).limit(1)
|
||||
}
|
||||
}).then((Wunsch) => {
|
||||
|
||||
console.log('OpenNextRescueSprechwunsch', myWunsch);
|
||||
if (Wunsch !== undefined) {
|
||||
Wunsch.each((myWunsch) => {
|
||||
console.table(myWunsch);
|
||||
|
||||
Reference in New Issue
Block a user