Fixed broken quality profile identifiers
This commit is contained in:
Regular → Executable
+2
-2
@@ -198,8 +198,8 @@ Block.Search.ShowItem = new Class({
|
||||
|
||||
profiles.each(function(profile){
|
||||
new Element('option', {
|
||||
'value': profile.id ? profile.id : profile.data.id,
|
||||
'text': profile.label ? profile.label : profile.data.label
|
||||
'value': profile.get('_id'),
|
||||
'text': profile.get('label')
|
||||
}).inject(self.profile_select)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user