Fix context name to match new module namespace.

pull/6827/head
Christian Rijke 12 years ago
parent 770cbb004a
commit e7c48596f5
  1. 2
      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]

Loading…
Cancel
Save