Commit 92229d1c0d746477e3088eeae8f8417bda54c324
1 parent
b919a4eb
PT-2294593: Bulk emails updated.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
1 additions
and
0 deletions
plugins/ktstandard/KTBulkExportPlugin.php
| @@ -117,6 +117,7 @@ class KTBulkExportAction extends KTFolderAction { | @@ -117,6 +117,7 @@ class KTBulkExportAction extends KTFolderAction { | ||
| 117 | 'code' => $exportCode, | 117 | 'code' => $exportCode, |
| 118 | 'download_url' => $url | 118 | 'download_url' => $url |
| 119 | ); | 119 | ); |
| 120 | + $this->do_notification($aDocList, "DownloadDocument", $originalFolder); // Send off notifications about bulk action | ||
| 120 | return $oTemplate->render($aParams); | 121 | return $oTemplate->render($aParams); |
| 121 | } | 122 | } |
| 122 | $this->do_notification($aDocList, "DownloadDocument", $originalFolder); // Send off notifications about bulk action | 123 | $this->do_notification($aDocList, "DownloadDocument", $originalFolder); // Send off notifications about bulk action |