From 29f1d9b74880ff5bc518c0c80dce77493ef2afa9 Mon Sep 17 00:00:00 2001 From: Laetitia Fesselier Date: Thu, 21 Sep 2023 13:09:44 -0400 Subject: [PATCH] [Configuration] Fix values of email fields --- modules/configuration/templates/form_configuration.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/configuration/templates/form_configuration.tpl b/modules/configuration/templates/form_configuration.tpl index 75715b414d3..434ca978587 100644 --- a/modules/configuration/templates/form_configuration.tpl +++ b/modules/configuration/templates/form_configuration.tpl @@ -107,7 +107,7 @@ {elseif $node['DataType'] eq 'date_format'} {call createDateFormat k=$id v=$v d=$node['Disabled']} {elseif $node['DataType'] eq 'email'} - {call createEmail k=$id v=$id d=$node['Disabled']} + {call createEmail k=$id v=$v d=$node['Disabled']} {elseif $node['DataType'] eq 'textarea'} {call createTextArea k=$id v=$v d=$node['Disabled']} {elseif $node['DataType'] eq 'lookup_center'}