Fix show search not including quality profile
This commit is contained in:
@@ -185,7 +185,7 @@ Block.Search.ShowItem = new Class({
|
||||
self.category_select.show();
|
||||
categories.each(function(category){
|
||||
new Element('option', {
|
||||
'value': category.data.id,
|
||||
'value': category.data._id,
|
||||
'text': category.data.label
|
||||
}).inject(self.category_select);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user