Indexer flags implementation. (#1377) Will be further finalized over the next few weeks with Freelech, preferring of certain flags, etc

This commit is contained in:
Leonardo Galli
2017-04-14 22:27:48 +02:00
committed by GitHub
parent 3790dc9109
commit 33b48eec95
6 changed files with 73 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ var QualityCell = require('../Cells/QualityCell');
var ApprovalStatusCell = require('../Cells/ApprovalStatusCell');
var LoadingView = require('../Shared/LoadingView');
var EditionCell = require('../Cells/EditionCell');
var ReleaseTitleCell = require("./ReleaseTitleCell");
module.exports = Marionette.Layout.extend({
template : 'Release/ReleaseLayoutTemplate',
@@ -34,7 +35,7 @@ module.exports = Marionette.Layout.extend({
name : 'title',
label : 'Title',
sortable : true,
cell : Backgrid.StringCell
cell : ReleaseTitleCell
},
/*{
name : 'episodeNumbers',