Bug 1416870 - Remove duplicate options when calculating test name in test data chooser

E.g. there is no need to show "asan asan"
This commit is contained in:
William Lachance 2017-11-13 15:16:00 -05:00 коммит произвёл William Lachance
Родитель e54fcfcb30
Коммит f957f49256
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ treeherder.factory('PhSeries', ['$http', 'thServiceDomain', 'ThOptionCollectionM
if (signatureProps.extra_options) {
options = options.concat(signatureProps.extra_options);
}
return options;
return _.uniq(options);
};
var _getSeriesName = function (signatureProps, optionCollectionMap,