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