Skip to content
Snippets Groups Projects
Commit 73d0f1f0 authored by David.Gold1's avatar David.Gold1 Committed by Florent Poittevin
Browse files

feat: filter on datafile name

parent eef22eb8
No related branches found
No related tags found
1 merge request!197feat: filter on datafile name
......@@ -202,10 +202,10 @@ export class DepositFileContainer extends SharedAbstractDetailEditRoutable<Depos
header: TRANSLATE("deposit.datafile.table.fileName"),
type: FieldTypeEnum.string,
order: OrderEnum.ascending,
filterableField: "dataFile.relativeLocation" as any,
filterableField: "dataFile.finalData" as any,
sortableField: "dataFile.relativeLocation" as any,
isSortable: false,
isFilterable: false,
isFilterable: true,
},
{
field: "creation.when" as any,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment