Correct option_group pseudoconstant and regenerate dao
authorColeman Watts <coleman@civicrm.org>
Fri, 24 Apr 2020 17:00:04 +0000 (13:00 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 24 Apr 2020 19:01:35 +0000 (15:01 -0400)
commit17f78bae9f86d5cf0f1316ac6d28288b7f53ee43
tree427a8e746fbb34a6bb5c7f02c16c15142cbbbf31
parentb2358a7b9db6d963b08603b0794515dd42db229a
Correct option_group pseudoconstant and regenerate dao

The option_group_id pseudoconstant was returning the `name` field as both "name" and "label"
whereas the `title` field works better as "label".
CRM/Case/DAO/Case.php
CRM/Core/DAO/OptionValue.php
tests/phpunit/CRM/Core/BAO/OptionGroupTest.php
tests/phpunit/CRM/Core/PseudoConstantTest.php
xml/schema/Core/OptionValue.xml