New: Show source/seed info in manual search

This commit is contained in:
Keivan Beigi
2014-12-19 17:21:03 -08:00
parent 3d1e0e7042
commit d849a4ab48
18 changed files with 169 additions and 56 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
'use strict';
'use strict';
define(
[
'backbone.pageable',
@@ -19,7 +19,7 @@ define(
sortMappings: {
'quality' : { sortKey: 'qualityWeight' },
'rejections' : { sortValue: function (model, attr) {
'rejections' : { sortValue: function (model) {
var rejections = model.get('rejections');
var releaseWeight = model.get('releaseWeight');