Fix history history filter for null
Fixes an issue where the history filter was throwing an error if there were deleted objectsy
This commit is contained in:
parent
d10dfb0915
commit
4e62e9253e
@ -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