Columns should not be removed on reset, but any filters applied to those columns should be removed.
This commit is contained in:
parent
34083f437d
commit
738a2e0078
|
@ -704,11 +704,8 @@ export default function ProcessInstanceListTable({
|
|||
setEndToTime('');
|
||||
setProcessInitiatorSelection(null);
|
||||
setProcessInitiatorText('');
|
||||
|
||||
if (reportMetadata) {
|
||||
reportMetadata.columns = reportMetadata.columns.filter(
|
||||
(column) => !column.filterable
|
||||
);
|
||||
reportMetadata.filter_by = [];
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue