Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #474 from milkyway-git/patch-2
Browse files Browse the repository at this point in the history
Add icon for log type LOG_ISSUE_UPDATE
  • Loading branch information
zegenie committed Nov 18, 2016
2 parents 7ada197 + 76bbd6e commit 8d2570a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/modules/main/templates/_issuelogitem.inc.php
Expand Up @@ -26,6 +26,7 @@
echo __('The issues dependency changed: %change', array('%change' => '<strong>' . $item->getText() . '</strong>'));
break;
case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_UPDATE:
echo image_tag('icon_info.png');
echo __('The issue was updated: %change', array('%change' => '<strong>' . $item->getText() . '</strong>'));
if (trim($item->getPreviousValue()) || trim($item->getCurrentValue()))
{
Expand Down

0 comments on commit 8d2570a

Please sign in to comment.