-
- Downloads
#1790 - Contact Card - Email Links
Alternate to https://github.com/civicrm/civicrm-core/pull/17517 The current PR stalled on the issue that passing 'email' to the email task could load up the wrong contact. This gets around that by doing a separate (but hopefully quick) lookup to grab the email id. I also made it dependent on the url having is_show_email_task=1 in it. I went back & forwards on that vs is_backoffice
Showing
- CRM/Contact/BAO/Contact/Utils.php 1 addition, 1 deletionCRM/Contact/BAO/Contact/Utils.php
- CRM/Profile/Page/Dynamic.php 62 additions, 2 deletionsCRM/Profile/Page/Dynamic.php
- CRM/Profile/Page/View.php 9 additions, 1 deletionCRM/Profile/Page/View.php
- tests/phpunit/CRM/Activity/Form/SearchTest.php 1 addition, 1 deletiontests/phpunit/CRM/Activity/Form/SearchTest.php
- tests/phpunit/CRM/Financial/Page/AjaxTest.php 1 addition, 1 deletiontests/phpunit/CRM/Financial/Page/AjaxTest.php
- tests/phpunit/CRM/Member/Selector/SearchTest.php 1 addition, 1 deletiontests/phpunit/CRM/Member/Selector/SearchTest.php
- tests/phpunit/CRM/Pledge/Form/SearchTest.php 1 addition, 1 deletiontests/phpunit/CRM/Pledge/Form/SearchTest.php