зеркало из https://github.com/mozilla/treeherder.git
Bug 1178736 - Sometimes groups are not correctly alphabetically sorted
This commit is contained in:
Родитель
7440089508
Коммит
6ca47b838a
|
@ -1023,7 +1023,8 @@ treeherder.factory('ThResultSetStore', [
|
|||
});
|
||||
});
|
||||
platform.groups = _.sortBy(platform.groups, function(group){
|
||||
return jobGroupOrder[group.symbol];
|
||||
//remove all visual additions for Tier during sort
|
||||
return jobGroupOrder[group.symbol.split("[", 1)];
|
||||
});
|
||||
});
|
||||
groupedJobs.platforms = _.sortBy(groupedJobs.platforms, function(platform){
|
||||
|
|
Загрузка…
Ссылка в новой задаче