readds NoFilter, to call redmine specific code on #sql_statement

pull/6827/head
jwollert 14 years ago
parent c5b5b04b20
commit 90488c4ffa
  1. 8
      app/models/cost_query/filter/no_filter.rb

@ -0,0 +1,8 @@
class CostQuery::Filter::NoFilter < Report::Filter::NoFilter
dont_display!
singleton
def sql_statement
Report::SqlStatement.for_entries
end
end
Loading…
Cancel
Save