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:
Go MAEDA
2018-03-25 09:53:15 +00:00
parent b37e19e415
commit 8564f7aa85
2 changed files with 4 additions and 3 deletions

View File

@@ -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