Skip to content

Commit 6a7d224

Browse files
committed
merge pr: updated to a new version of act-as-taggable-on Restream#84
1 parent d9f245c commit 6a7d224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tagging_plugin/tagging_hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def view_issues_bulk_edit_details_bottom(context = {})
192192

193193
def view_reports_issue_report_split_content_right(context={})
194194
project_context = ContextHelper.context_for(context[:project])
195-
tags = ActsAsTaggableOn::Tagging.find_all_by_context(project_context).map(&:tag).uniq
195+
tags = ActsAsTaggableOn::Tagging.where(:context => project_context).map(&:tag).uniq
196196
tags_by_status = IssueTag.by_issue_status(context[:project])
197197

198198
<<-HTML

0 commit comments

Comments
 (0)