Enotice fix
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 27 Sep 2021 01:51:59 +0000 (14:51 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 27 Sep 2021 01:51:59 +0000 (14:51 +1300)
templates/CRM/Case/Form/ActivityToCase.tpl

index 8d9b69525263d0d31157b7c6e3de8ba78470e1de..93d0ef3d827392a8d51b4112b9be532c584857da 100644 (file)
@@ -44,7 +44,7 @@
     }
 
     var dataUrl = {/literal}"{crmURL p='civicrm/case/addToCase' q='reset=1' h=0}"{literal};
-    dataUrl += '&activityId=' + activityID + '&caseId=' + currentCaseId + '&cid=' + {/literal}"{$contactID}"{literal} + '&fileOnCaseAction=' + action;
+    dataUrl += '&activityId=' + activityID + '&caseId=' + currentCaseId + '&cid=' + {/literal}"{if !empty($contactID)}{$contactID}{/if}'"{literal} + '&fileOnCaseAction=' + action;
 
     function save() {
       if (!$("#file_on_case_unclosed_case_id").val()) {