From 56461a1b0b1f6f02d016ef41bf1c975d5573e333 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Sat, 19 Aug 2023 10:12:56 -0400 Subject: [PATCH] hide latitude and longitude in address display by default --- settings/Core.setting.php | 2 +- tests/phpunit/CRM/Event/Form/ManageEvent/LocationTest.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index c52fe9b1bc..c6ebb13c8a 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -99,7 +99,7 @@ return [ 'pseudoconstant' => [ 'optionGroupName' => 'address_options', ], - 'default' => '12345689101112', + 'default' => '1234568910', 'add' => '4.1', 'title' => ts('Address Fields'), 'is_domain' => 1, diff --git a/tests/phpunit/CRM/Event/Form/ManageEvent/LocationTest.php b/tests/phpunit/CRM/Event/Form/ManageEvent/LocationTest.php index 24dcb83f63..ca7d1caff4 100644 --- a/tests/phpunit/CRM/Event/Form/ManageEvent/LocationTest.php +++ b/tests/phpunit/CRM/Event/Form/ManageEvent/LocationTest.php @@ -95,8 +95,6 @@ class CRM_Event_Form_ManageEvent_LocationTest extends CiviUnitTestCase { 'postal_code' => '01903', 'country_id' => 1228, 'state_province_id' => 1029, - 'geo_code_1' => '18.219023', - 'geo_code_2' => '-105.00973', 'manual_geo_code' => '0', ], $address); -- 2.25.1