mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-09 09:01:31 +00:00
Removed broken and unused method added in r5313.
git-svn-id: http://svn.redmine.org/redmine/trunk@13693 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
49bd22255f
commit
22a9742216
@ -550,12 +550,6 @@ class Project < ActiveRecord::Base
|
||||
" WHERE cfp.project_id = ?)", true, id)
|
||||
end
|
||||
|
||||
# Returns an array of all custom fields enabled for project time entries
|
||||
# (explictly associated custom fields and custom fields enabled for all projects)
|
||||
def all_time_entry_custom_fields
|
||||
@all_time_entry_custom_fields ||= (TimeEntryCustomField.for_all + time_entry_custom_fields).uniq.sort
|
||||
end
|
||||
|
||||
def project
|
||||
self
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user