From e61e47ad423d95d92e92f931214e134586cd580e Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Mon, 22 Jun 2015 09:42:45 +0200 Subject: [PATCH] CRM-16701 - added titles to the SavedSearch xml schema. To please the SyntaxConformanceTest :-) ---------------------------------------- * CRM-16701: Create API for saved searches https://issues.civicrm.org/jira/browse/CRM-16701 --- xml/schema/Contact/SavedSearch.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xml/schema/Contact/SavedSearch.xml b/xml/schema/Contact/SavedSearch.xml index 5ac148e228..32b0b3d44a 100644 --- a/xml/schema/Contact/SavedSearch.xml +++ b/xml/schema/Contact/SavedSearch.xml @@ -9,8 +9,9 @@ id int unsigned + Saved Search ID true - Saved search ID + Saved Search ID 1.1 @@ -37,6 +38,7 @@ is_active boolean + Saved Search Enabled Is this entry active? 1.1 1.5 @@ -44,6 +46,7 @@ mapping_id int unsigned + Mapping ID Foreign key to civicrm_mapping used for saved search-builder searches. 1.5 @@ -56,24 +59,28 @@ search_custom_id int unsigned + Option Value ID</name> <comment>Foreign key to civicrm_option value table used for saved custom searches.</comment> <add>2.0</add> </field> <field> <name>where_clause</name> <type>text</type> + <title>Where Clause the sql where clause if a saved search acl 1.6 select_tables text + Select Tables the tables to be included in a select data 1.6 where_tables text + Where Tables the tables to be included in the count statement 1.6 -- 2.25.1