From dfecf4796c8feae055748ebac985dfd6fc0c7888 Mon Sep 17 00:00:00 2001 From: Jean-Roch Maitre Date: Thu, 1 Dec 2016 16:02:44 -0800 Subject: [PATCH] UI-2489: fix mailto link for report error in call logs --- submodules/callLogs/callLogs.js | 2 +- views/callLogs-cdrsList.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/submodules/callLogs/callLogs.js b/submodules/callLogs/callLogs.js index 39fcea1..ef1f179 100644 --- a/submodules/callLogs/callLogs.js +++ b/submodules/callLogs/callLogs.js @@ -366,7 +366,7 @@ define(function(require){ + "%0D%0AHangup Cause: " + (cdr.hangup_cause || "") + "%0D%0ACall ID: " + cdr.call_id + "%0D%0AOther Leg Call ID: " + (cdr.other_leg_call_id || "") - + "%0D%0AHandling Server: " + (cdr.handling_server || "") + + "%0D%0AHandling Server: " + (cdr.media_server || "") }; }; diff --git a/views/callLogs-cdrsList.html b/views/callLogs-cdrsList.html index 8c21a4a..c06273f 100644 --- a/views/callLogs-cdrsList.html +++ b/views/callLogs-cdrsList.html @@ -42,7 +42,7 @@
- {{#if ../showReport}}{{/if}} + {{#if ../showReport}}{{/if}}