Project

General

Profile

Actions

bug #9234

closed

Error: Object of class stdClass could not be converted to string caused by compose_cdm_specimen_or_observation_tree_entry()

Added by Andreas Kohlbecker over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Highest
Category:
cdm-dataportal
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
normal
Found in Version:
Tags:

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;
Actions #1

Updated by Andreas Kohlbecker over 3 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF