Project

General

Profile

« Previous | Next » 

Revision 26b8a1bc

Added by Andreas Kohlbecker about 4 years ago

ref #8051 harmonizing registrationDTO composition and splitting full and compact style into separate methods

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1930 1930
  if($registration_dto){
1931 1931
    drupal_set_title(t('Registration Id:') . ' ' . $registration_identifier, PASS_THROUGH);
1932 1932

  
1933
    $render_array = compose_registration_dto($registration_dto, true, false, false);
1933
    $render_array = compose_registration_dto_full($registration_dto, true);
1934 1934

  
1935 1935
  } else {
1936 1936
    $status_text = cdm_ws_get(CDM_WS_REGISTRATION_STATUS_BY_IDENTIFIER, array($registration_identifier));

Also available in: Unified diff