@@ -821,7 +821,7 class Issue < ActiveRecord::Base | |||
|
821 | 821 | j.id as #{select_field}, |
|
822 | 822 | count(i.id) as total |
|
823 | 823 | from |
|
824 |
#{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} |
|
|
824 | #{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} j | |
|
825 | 825 | where |
|
826 | 826 | i.status_id=s.id |
|
827 | 827 | and #{where} |
General Comments 0
You need to be logged in to leave comments.
Login now