##// END OF EJS Templates
Merged r4091 from trunk....
Eric Davis -
r4036:1c6264527053
parent child
Show More
@@ -821,7 +821,7 class Issue < ActiveRecord::Base
821 j.id as #{select_field},
821 j.id as #{select_field},
822 count(i.id) as total
822 count(i.id) as total
823 from
823 from
824 #{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} as j
824 #{Issue.table_name} i, #{IssueStatus.table_name} s, #{joins} j
825 where
825 where
826 i.status_id=s.id
826 i.status_id=s.id
827 and #{where}
827 and #{where}
General Comments 0
You need to be logged in to leave comments. Login now