From 76bbd6e6460592e7efb731d20f795414e5923003 Mon Sep 17 00:00:00 2001 From: milkyway Date: Thu, 17 Nov 2016 16:56:18 +0100 Subject: [PATCH] Add icon for log type LOG_ISSUE_UPDATE Layout looks broken if there's no icon for this type --- core/modules/main/templates/_issuelogitem.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/main/templates/_issuelogitem.inc.php b/core/modules/main/templates/_issuelogitem.inc.php index 3558f4008..9c7065ab5 100644 --- a/core/modules/main/templates/_issuelogitem.inc.php +++ b/core/modules/main/templates/_issuelogitem.inc.php @@ -26,6 +26,7 @@ echo __('The issues dependency changed: %change', array('%change' => '' . $item->getText() . '')); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_UPDATE: + echo image_tag('icon_info.png'); echo __('The issue was updated: %change', array('%change' => '' . $item->getText() . '')); if (trim($item->getPreviousValue()) || trim($item->getCurrentValue())) {