From a1252311869e8587fbc7ab436b09913dd7340f6f Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 2 Dec 2014 16:00:16 -0500 Subject: [PATCH] CRM-15675 - fix inline doc for contact ref custom field advanced filter. ---------------------------------------- * CRM-15675: https://issues.civicrm.org/jira/browse/CRM-15675 --- templates/CRM/Custom/Form/Field.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Custom/Form/Field.tpl b/templates/CRM/Custom/Form/Field.tpl index 355b4b6bb3..d780f2fa3a 100644 --- a/templates/CRM/Custom/Form/Field.tpl +++ b/templates/CRM/Custom/Form/Field.tpl @@ -190,7 +190,7 @@ function custom_option_html_type( ) { {$form.filter.html}   {ts}Filter by Group{/ts}
- {ts}Filter contact search results for this field using Contact Lookup API parameters. EXAMPLE: To list Students in group 3:{/ts} "action=lookup&group=3&contact_sub_type=Student" {docURL page="Using the API" resource="wiki"} + {ts}Filter contact search results for this field using Contact get API parameters. EXAMPLE: To list Students in group 3:{/ts} "action=get&group=3&contact_sub_type=Student" {docURL page="Using the API" resource="wiki"} = 4 && $form.data_type.value.1.0 neq 'CheckBox' || $form.data_type.value.1.0 neq 'Radio' )}class="hide-block"{/if}> -- 2.25.1