Update sortValue when selecting movie for manual import

pull/180/head
Tim Turner 8 years ago
parent 81ebbcad70
commit b4782da1d1

@ -21,7 +21,7 @@ module.exports = Marionette.Layout.extend({
name : 'title',
label : 'Title',
cell : 'String',
sortValue : 'sortTitle'
sortValue : 'title'
}
],

Loading…
Cancel
Save