@@ -846,7 +846,7 class Issue < ActiveRecord::Base | |||
|
846 | 846 | j.id as #{select_field}, |
|
847 | 847 | count(i.id) as total |
|
848 | 848 | from |
|
849 |
#{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} |
|
|
849 | #{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} j | |
|
850 | 850 | where |
|
851 | 851 | i.status_id=s.id |
|
852 | 852 | and #{where} |
General Comments 0
You need to be logged in to leave comments.
Login now