Skip to content

Commit

Permalink
[Configuration] Fix values of email fields (#8891)
Browse files Browse the repository at this point in the history
Fixes #8890
  • Loading branch information
laemtl committed Sep 21, 2023
1 parent 6d6d0d9 commit 48d4d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/configuration/templates/form_configuration.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit 48d4d0e

Please sign in to comment.