From e7c48596f58167bed525e1e4b62e9afc12bd9bfe Mon Sep 17 00:00:00 2001 From: Christian Rijke Date: Tue, 23 Apr 2013 16:40:37 +0200 Subject: [PATCH] Fix context name to match new module namespace. --- lib/open_project/backlogs/hooks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/backlogs/hooks.rb b/lib/open_project/backlogs/hooks.rb index d3951b8293..82b7c4cfc4 100644 --- a/lib/open_project/backlogs/hooks.rb +++ b/lib/open_project/backlogs/hooks.rb @@ -35,7 +35,7 @@ module OpenProject::Backlogs::Hooks def view_issues_show_details_bottom(context = {}) return '' unless context[:issue].project.module_enabled? 'backlogs' - return '' if context[:from] == 'Backlogs::IssueView::FieldsParagraph' + return '' if context[:from] == 'OpenProject::Backlogs::IssueView::FieldsParagraph' issue = context[:issue]