add tag task and varioius cleanup

This commit is contained in:
Dave Horton
2020-01-29 15:27:20 -05:00
parent bed4fa1f42
commit 92acd50595
17 changed files with 278 additions and 111 deletions

View File

@@ -145,7 +145,7 @@ class TaskDial extends Task {
this.target.forEach((t) => {
try {
t.url = t.url || this.confirmUrl;
t.method = t.method || this.confirmMethod;
t.method = t.method || this.confirmMethod || 'POST';
const sd = placeCall({
logger: this.logger,
application: cs.application,