Commit 92229d1c0d746477e3088eeae8f8417bda54c324

Authored by Jarrett Jordaan
1 parent b919a4eb

PT-2294593: Bulk emails updated.

Committed by: Jarrett Jordaan

Reviewed by: Megan Watson
plugins/ktstandard/KTBulkExportPlugin.php
... ... @@ -117,6 +117,7 @@ class KTBulkExportAction extends KTFolderAction {
117 117 'code' => $exportCode,
118 118 'download_url' => $url
119 119 );
  120 + $this->do_notification($aDocList, "DownloadDocument", $originalFolder); // Send off notifications about bulk action
120 121 return $oTemplate->render($aParams);
121 122 }
122 123 $this->do_notification($aDocList, "DownloadDocument", $originalFolder); // Send off notifications about bulk action
... ...