Fixed series editor

This commit is contained in:
Mark McDowall
2013-12-13 00:06:56 -08:00
parent 7dc641b3a9
commit 96868d088f
3 changed files with 8 additions and 2 deletions
@@ -94,6 +94,8 @@ define(
model.set('rootFolderPath', rootFolderPath.get('path'));
}
model.edited = true;
});
SeriesCollection.save();
@@ -150,6 +152,7 @@ define(
SeriesCollection.each(function (model) {
model.trigger('backgrid:select', model, false);
model.edited = false;
});
}
});
+1 -1
View File
@@ -68,7 +68,7 @@ define(
cell : QualityProfileCell
},
{
name : 'monitored',
name : 'seasonFolder',
label: 'Season Folder',
cell : SeasonFolderCell
},