Skip to content
Snippets Groups Projects
Commit 08dd454a authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

restore default display name extraction

parent 6214e1ef
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,9 @@ sub parse {
if ($data->{domain});
$data->{domain} = $domains;
# compute default display name for template sorting
$data->{default_display_name} = $data->{display_name}->{en};
push @array, $data;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment