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', name : 'title',
label : 'Title', label : 'Title',
cell : 'String', cell : 'String',
sortValue : 'sortTitle' sortValue : 'title'
} }
], ],

Loading…
Cancel
Save