Commit 2287d7ce authored by Tim Felgentreff's avatar Tim Felgentreff

with acts_as_journalized activities only have to search the journal table

parent 2ec2405b
......@@ -73,7 +73,7 @@ module Redmine
end
with_scope(:find => scope_options) do
find(:all, provider_options[:find_options].dup)
Journal.find(:all, provider_options[:find_options].dup)
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment