From b3c176f195733a6c5e00f009a9fa7e0afd3196b4 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 25 Aug 2014 09:46:43 +1200 Subject: [PATCH] CRM-15168 fix titles on a couple more entities --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 3 +-- xml/schema/SMS/Provider.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index f782ebdcee..09cfa08236 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -277,8 +277,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 'ParticipantPayment', 'ParticipantStatusType', 'PledgePayment', 'Premium', 'PriceSet', 'PriceFieldValue', 'PriceField', 'PaymentProcessorType', 'PaymentProcessor', 'PrintLabel', 'Product', 'ReportTemplate', - 'Setting', - 'SmsProvider', 'UFField'); + 'Setting',); if ($sequential === TRUE) { return $entitiesWithMetadataNotYetFixed ; } diff --git a/xml/schema/SMS/Provider.xml b/xml/schema/SMS/Provider.xml index ed2e797687..72d9369cbc 100644 --- a/xml/schema/SMS/Provider.xml +++ b/xml/schema/SMS/Provider.xml @@ -8,6 +8,7 @@ 4.2 id + SMS Provider ID int unsigned true SMS Provider ID @@ -19,6 +20,7 @@ name + SMS Provider Name varchar 64 Provider internal name points to option_value of option_group sms_provider_name @@ -26,6 +28,7 @@ title + SMS Provider Title varchar 64 Provider name visible to user @@ -36,6 +39,7 @@ username + SMS Provider Username varchar 255 @@ -45,6 +49,7 @@ password + SMS Provider Password varchar 255 @@ -54,6 +59,7 @@ api_type + SMS Provider API int unsigned true points to value in civicrm_option_value for group sms_api_type @@ -64,6 +70,7 @@ api_url + SMS Provider API URL varchar 128 @@ -73,6 +80,7 @@ api_params + SMS Provider API Params text the api params in xml, http or smtp format @@ -82,6 +90,7 @@ is_default + SMS Provider is Default? boolean 0 4.2 @@ -91,6 +100,7 @@ is_active + SMS Provider is Active? boolean 0 4.2 -- 2.25.1