Merge pull request #4492 from tsiegleauq/history-filter
Fix history history filter for null
This commit is contained in:
commit
d251bd15e6
@ -172,6 +172,7 @@ export class HistoryListComponent extends ListViewBaseComponent<ViewHistory, His
|
||||
}
|
||||
filter = filter ? filter.toLowerCase() : '';
|
||||
if (
|
||||
this.getElementInfo(data) &&
|
||||
this.getElementInfo(data)
|
||||
.toLowerCase()
|
||||
.indexOf(filter) >= 0
|
||||
|
Loading…
Reference in New Issue
Block a user