From 2a4d0158254b077a7e73f9d74ec35709f9452bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 3 Apr 2019 12:29:20 +0200 Subject: [PATCH] NameError: uninitialized constant #122 --- lib/redmine_custom_workflows/patches/group_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_custom_workflows/patches/group_patch.rb b/lib/redmine_custom_workflows/patches/group_patch.rb index ca3e8f6..464e6df 100644 --- a/lib/redmine_custom_workflows/patches/group_patch.rb +++ b/lib/redmine_custom_workflows/patches/group_patch.rb @@ -44,7 +44,7 @@ module RedmineCustomWorkflows lambda { |group, user| Group.users_callback(observable, group, user) } end end - end if CustomWorkflow.table_exists? + end end module InstanceMethods