From 52d0dd44acd710e778b0e7f524fc7306e2c03f20 Mon Sep 17 00:00:00 2001 From: Ilya Kalashnikov Date: Thu, 7 Sep 2017 12:18:54 +0500 Subject: [PATCH] to fix notification renderer when custom fields edited --- lib/xmpp_notification_renderer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xmpp_notification_renderer.rb b/lib/xmpp_notification_renderer.rb index ee8b8d4..4abdff7 100644 --- a/lib/xmpp_notification_renderer.rb +++ b/lib/xmpp_notification_renderer.rb @@ -18,6 +18,7 @@ def render_journal class XmppNotificationView < ActionView::Base include Redmine::I18n include IssuesHelper + include CustomFieldsHelper attr_reader :issue, :journal, :user