We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f245c commit 6a7d224Copy full SHA for 6a7d224
lib/tagging_plugin/tagging_hooks.rb
@@ -192,7 +192,7 @@ def view_issues_bulk_edit_details_bottom(context = {})
192
193
def view_reports_issue_report_split_content_right(context={})
194
project_context = ContextHelper.context_for(context[:project])
195
- tags = ActsAsTaggableOn::Tagging.find_all_by_context(project_context).map(&:tag).uniq
+ tags = ActsAsTaggableOn::Tagging.where(:context => project_context).map(&:tag).uniq
196
tags_by_status = IssueTag.by_issue_status(context[:project])
197
198
<<-HTML
0 commit comments