Add suffix to sort name
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 1 Dec 2023 03:37:12 +0000 (16:37 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 1 Dec 2023 20:58:26 +0000 (09:58 +1300)
commitd21e8d5597b60318a848776a8019f294d8d3a31e
tree24aad86c47554571d34ce069f0fa7b1f938a0733
parentc901bfa634846628be73921240782c0840c02107
Add suffix to sort name

Revives https://github.com/civicrm/civicrm-core/pull/27114
19 files changed:
ext/legacycustomsearches/tests/phpunit/Civi/Searches/GroupTest.php
settings/Core.setting.php
tests/phpunit/CRM/Activity/BAO/ActivityTest.php
tests/phpunit/CRM/Activity/Form/ActivityViewTest.php
tests/phpunit/CRM/Activity/Form/SearchTest.php
tests/phpunit/CRM/Contact/BAO/ContactTest.php
tests/phpunit/CRM/Contact/BAO/IndividualTest.php
tests/phpunit/CRM/Contact/BAO/QueryTest.php
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php
tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php
tests/phpunit/CRM/Event/BAO/ParticipantTest.php
tests/phpunit/CRM/Export/BAO/ExportTest.php
tests/phpunit/CRM/Financial/Page/AjaxTest.php
tests/phpunit/CRM/Member/BAO/MembershipTest.php
tests/phpunit/CRM/Member/Selector/SearchTest.php
tests/phpunit/CRM/Pledge/Form/SearchTest.php
tests/phpunit/api/v3/ActivityTest.php
tests/phpunit/api/v3/LoggingTest.php
tests/phpunit/api/v3/ReportTemplateTest.php