default to ''

This commit is contained in:
j 2021-09-15 14:12:13 +02:00
parent 3c22cc5413
commit 91d7ee2eee
1 changed files with 1 additions and 1 deletions

View File

@ -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: '&'
},