default to ''
This commit is contained in:
parent
3c22cc5413
commit
91d7ee2eee
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
conditions: [{
|
||||
key: 'type', operator: '==', value: Ox.decodeHTMLEntities(key)
|
||||
}, {
|
||||
key: 'name', operator: '==', value: Ox.decodeHTMLEntities(data[key])
|
||||
key: 'name', operator: '==', value: Ox.decodeHTMLEntities(data[key] || '')
|
||||
}],
|
||||
operator: '&'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue