We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These methods got removed from core:
org.civicrm.volunteer/CRM/Volunteer/BAO/Project.php: $roles[$role_id] = CRM_Core_OptionGroup::getLabel( org.civicrm.volunteer/tests/phpunit/api/v3/VolunteerNeedTest.php: "visibility_id" => CRM_Core_OptionGroup::getValue('visibility', 'public', 'name'), org.civicrm.volunteer/tests/phpunit/api/v3/VolunteerProjectContactTest.php: 'relationship_type_id' => CRM_Core_OptionGroup::getValue(CRM_Volunteer_BAO_ProjectContact::RELATIONSHIP_OPTION_GROUP, 'volunteer_owner', 'name'), org.civicrm.volunteer/tests/phpunit/api/v3/VolunteerProjectContactTest.php: $relTypeId = CRM_Core_OptionGroup::getValue(CRM_Volunteer_BAO_ProjectContact::RELATIONSHIP_OPTION_GROUP, 'volunteer_owner', 'name'); org.civicrm.volunteer/tests/phpunit/api/v3/VolunteerProjectContactTest.php: $relTypeLabel = CRM_Core_OptionGroup::getLabel(CRM_Volunteer_BAO_ProjectContact::RELATIONSHIP_OPTION_GROUP, $relTypeId); org.civicrm.volunteer/tests/phpunit/api/v3/VolunteerProjectTest.php: $bao->relationship_type_id = CRM_Core_OptionGroup::getValue(CRM_Volunteer_BAO_ProjectContact::RELATIONSHIP_OPTION_GROUP, 'volunteer_owner', 'name'); org.civicrm.volunteer/tests/phpunit/api/v3/VolunteerProjectTest.php: $bao->relationship_type_id = CRM_Core_OptionGroup::getValue(CRM_Volunteer_BAO_ProjectContact::RELATIONSHIP_OPTION_GROUP, 'volunteer_manager', 'name'); org.civicrm.volunteer/tests/phpunit/CRM/Volunteer/BAO/AssignmentTest.php: 'relationship_type_id' => CRM_Core_OptionGroup::getValue('volunteer_project_relationship', 'volunteer_beneficiary', 'name'), org.civicrm.volunteer/tests/phpunit/CRM/Volunteer/BAO/ProjectTest.php: $relType = CRM_Core_OptionGroup::getValue(CRM_Volunteer_BAO_ProjectContact::RELATIONSHIP_OPTION_GROUP,
The text was updated successfully, but these errors were encountered:
#589 fixes the getValue() references, which gets it working for my client, though they're admittedly a light user.
getValue()
Sorry, something went wrong.
Since the PR 589 was merged, I will take the liberty of closing this issue.
No branches or pull requests
These methods got removed from core:
The text was updated successfully, but these errors were encountered: