Skip to content

Commit

Permalink
Merge pull request #27100 from MegaphoneJon/lat-lon-hide
Browse files Browse the repository at this point in the history
dev/core#2640 - hide latitude and longitude in address display by default
  • Loading branch information
demeritcowboy authored Aug 23, 2023
2 parents 68108b0 + 56461a1 commit 81e41d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion settings/Core.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
'pseudoconstant' => [
'optionGroupName' => 'address_options',
],
'default' => '12345689101112',
'default' => '1234568910',
'add' => '4.1',
'title' => ts('Address Fields'),
'is_domain' => 1,
Expand Down
2 changes: 0 additions & 2 deletions tests/phpunit/CRM/Event/Form/ManageEvent/LocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ public function testCreateWithLocBlock(): void {
'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);

Expand Down

0 comments on commit 81e41d5

Please sign in to comment.