Merge pull request #493 from planio-gmbh/fix/remove_invalid_opening_parenthesis
Remove invalid opening paranthesis in DmsfFile search
This commit is contained in:
commit
befdfaff17
@ -292,7 +292,7 @@ class DmsfFile < ActiveRecord::Base
|
||||
project_ids = projects.collect(&:id) if projects
|
||||
|
||||
if options[:offset]
|
||||
limit_options = ["(dmsf_files.updated_at #{options[:before] ? '<' : '>'} ?", options[:offset]]
|
||||
limit_options = ["dmsf_files.updated_at #{options[:before] ? '<' : '>'} ?", options[:offset]]
|
||||
end
|
||||
|
||||
if options[:titles_only]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user