#1396 issues
This commit is contained in:
parent
acdea2d81c
commit
42cb88d354
@ -96,7 +96,6 @@ class DmsfQuery < Query
|
||||
|
||||
# Returns the issue count
|
||||
def dmsf_count
|
||||
Rails.logger.info ">>> #{base_scope.where(statement).to_sql}"
|
||||
base_scope.where(statement).count
|
||||
rescue ::ActiveRecord::StatementInvalid => e
|
||||
raise StatementInvalid.new e.message
|
||||
|
||||
@ -58,7 +58,7 @@ class DmsfConvertDocuments
|
||||
convert_issues(project) if (@issues && project.module_enabled?('issue_tracking'))
|
||||
end
|
||||
else
|
||||
STDERR.puts 'No project(s) with Documents module enabled found.'
|
||||
STDERR.puts 'No active projects found.'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user