mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269).
Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@15645 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
03dbf8abb8
commit
0e514b3144
@ -108,7 +108,7 @@ module Redmine
|
||||
:klass => IssueStatus,
|
||||
:label => :field_status},
|
||||
'version' => {:sql => "#{Issue.table_name}.fixed_version_id",
|
||||
:klass => Version,
|
||||
:klass => ::Version,
|
||||
:label => :label_version},
|
||||
'category' => {:sql => "#{Issue.table_name}.category_id",
|
||||
:klass => IssueCategory,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user