mirror of
https://github.com/redmine/redmine.git
synced 2026-03-27 06:40:48 +01:00
Merged r17237 from trunk to 3.3-stable (#28393).
Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17239 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -102,6 +102,6 @@ class TrackersController < ApplicationController
|
||||
return
|
||||
end
|
||||
@trackers = Tracker.sorted.to_a
|
||||
@custom_fields = IssueCustomField.all.sort
|
||||
@custom_fields = IssueCustomField.sorted
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user