Skip to content

Commit

Permalink
Issue #3426551 by naveenvalecha, tanashin-kishimoto, alex.skrypnyk: E…
Browse files Browse the repository at this point in the history
…mpty Drupal message when there are exceptions thrown.
  • Loading branch information
AlexSkrypnyk committed Jun 23, 2024
1 parent 4c40de1 commit 6819401
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{% for type, messages in message_list %}
{% for message in messages %}
{% include '@organisms/message/message.twig' with {
title: message,
title: status_headings[type] ? status_headings[type] : type|capitalize,
description: message,
type: type == 'status' ? 'information' : type,
} only %}
{% endfor %}
Expand Down

0 comments on commit 6819401

Please sign in to comment.