Skip to content

Commit

Permalink
merge pr: updated to a new version of act-as-taggable-on Restream#84
Browse files Browse the repository at this point in the history
  • Loading branch information
mamewotoko committed Jan 29, 2020
1 parent d9f245c commit 6a7d224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tagging_plugin/tagging_hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def view_issues_bulk_edit_details_bottom(context = {})

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

<<-HTML
Expand Down

0 comments on commit 6a7d224

Please sign in to comment.