Add PDF letter functionality for Activities using new token processor
authorAidan Saunders <aidan.saunders@squiffle.uk>
Fri, 28 Jun 2019 02:02:26 +0000 (14:02 +1200)
committereileen <emcnaughton@wikimedia.org>
Fri, 28 Jun 2019 02:06:09 +0000 (14:06 +1200)
commitda9977bd70ddfc8354f2e7b5197194da8aad129d
treee5e4e821b79c806028563f9aa0ab43e975ba0900
parent1814b4e40a235b928db32ad3b1b0f4177712a47f
Add PDF letter functionality for Activities using new token processor

Create CRM_Actvity_Form_Task_PDFLetterCommon extending CRM_Core_Form_Task_PDFLetterCommon

Slim down alterActionScheduleQuery() and move most data fetching to prefetch()

Add tests for Activity PDF Letter
CRM/Activity/Form/Task/PDF.php [new file with mode: 0644]
CRM/Activity/Form/Task/PDFLetterCommon.php [new file with mode: 0644]
CRM/Activity/Task.php
CRM/Activity/Tokens.php
CRM/Core/Form/Task/PDFLetterCommon.php
templates/CRM/Activity/Form/Task/PDF.tpl [new file with mode: 0644]
tests/phpunit/CRM/Activity/Form/Task/PDFLetterCommonTest.php [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php