dev/core#1405 Strip any spaces from Option Group name parameter and remove the name...
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 23 Nov 2019 00:18:34 +0000 (11:18 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Sat, 30 Nov 2019 01:39:41 +0000 (12:39 +1100)
commit6ebc7a890065ce16986559445416561b3530699d
treeda3e11383b3adfa2939fe65c3f1dd04273b5523a
parent820ee446d21996f9eca756f1c200a7cadf154fc6
dev/core#1405 Strip any spaces from Option Group name parameter and remove the name field from front end form as will be auto generated

Ensure that option group names are lower csae

Ensure that option group names are created as lower case and fix as per Justin's review
CRM/Admin/Form/OptionGroup.php
CRM/Core/BAO/OptionGroup.php
CRM/Upgrade/Incremental/php/FiveTwentyOne.php
tests/phpunit/CRM/Core/BAO/OptionGroupTest.php
tests/phpunit/CRM/Upgrade/Incremental/BaseTest.php
tests/phpunit/api/v3/OptionGroupTest.php
tests/phpunit/api/v3/OptionValueTest.php