Skip to content
Snippets Groups Projects
Commit 26bbf456 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #13271 TIME 0:05 fix criteria type

parent 70bbd632
No related branches found
No related tags found
No related merge requests found
...@@ -325,9 +325,9 @@ export class IndexingFieldsService { ...@@ -325,9 +325,9 @@ export class IndexingFieldsService {
}, },
{ {
identifier: 'attachment_creationDate', identifier: 'attachment_creationDate',
label: `${this.translate.instant('lang.creationDate')} (PJ)`, label: `${this.translate.instant('lang.creationDate')} (${this.translate.instant('lang.attachmentShort')})`,
icon: 'fa-calendar-day', icon: 'fa-calendar-day',
type: 'select', type: 'date',
default_value: [], default_value: [],
values: [], values: [],
enabled: true, enabled: true,
......
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