From ebd80d9b9f3e9f0bd03b8d76682c8a7747158077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 15 Aug 2019 08:42:42 +0200 Subject: [PATCH] [29632] Stringify notifications --- lib/open_project/notifications.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/notifications.rb b/lib/open_project/notifications.rb index f0f81a8e30..d48191b33d 100644 --- a/lib/open_project/notifications.rb +++ b/lib/open_project/notifications.rb @@ -78,7 +78,7 @@ module OpenProject # delivered (although it is not at the moment), so don't count on object equality # for the payload. def send(name, payload) - ActiveSupport::Notifications.instrument(name, payload) + ActiveSupport::Notifications.instrument(name.to_s, payload) end def subscriptions