bug #9234
Error: Object of class stdClass could not be converted to string caused by compose_cdm_specimen_or_observation_tree_entry()
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdm-dataportal
Target version:
Start date:
09/28/2020
Due date:
% Done:
100%
Severity:
normal
Found in Version:
Description
casued by this code
function compose_cdm_specimen_or_observation_tree_entry() {
...
/* ---- SpecimenOrObservationBase --- */
case 'derivationEvent':
@_description_list_group_add($groups, cdm_occurrence_field_name_label($field), $value, NULL, 1); // <--------- HERE $value is object
break;
case 'kindOfUnit':
@_description_list_group_add($groups, cdm_occurrence_field_name_label($field), $value, NULL, 1);
break;
Associated revisions
ref #9234 ignoring test temporariliy
History
#1 Updated by Andreas Kohlbecker 5 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100