From b0643ad8113f112a1ddcb175d4d78e1aa26d9080 Mon Sep 17 00:00:00 2001 From: Martin Cording Date: Fri, 22 Aug 2014 19:55:50 +0200 Subject: [PATCH] DDBEASY-158 - Make the email description available. Signed-off-by: Martin Cording --- plugins/content_types/profile2/profile2_form.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/content_types/profile2/profile2_form.inc b/plugins/content_types/profile2/profile2_form.inc index 765bda0..150cffa 100644 --- a/plugins/content_types/profile2/profile2_form.inc +++ b/plugins/content_types/profile2/profile2_form.inc @@ -49,6 +49,9 @@ function ding_user_profile2_form_content_type_render($subtype, $conf, $panel_arg $form = entity_ui_get_form('profile2', $profile); } + $form['profile_provider_alma']['field_alma_mail']['und'][0]['email']['#description'] = + $form['profile_provider_alma']['field_alma_mail']['und'][0]['#description']; + // Set block delta and title. $block->title = $profile_type->profile_type->label; $block->delta = $form['#form_id'];