Revert a regression on runners sorting (!15134)

This commit is contained in:
Takuya Noguchi 2017-11-12 17:46:53 +09:00
parent a978e9b98d
commit adac106fb6
2 changed files with 6 additions and 1 deletions

View File

@ -64,7 +64,7 @@
%th Projects
%th Jobs
%th Tags
%th Last contact
%th= link_to 'Last contact', admin_runners_path(params.slice(:search).merge(sort: 'contacted_asc'))
%th
- @runners.each do |runner|

View File

@ -0,0 +1,5 @@
---
title: Revert a regression on runners sorting (!15134)
merge_request: 15341
author: Takuya Noguchi
type: fixed