- updated filters;
- fixed store persistance new version;
This commit is contained in:
@@ -45,7 +45,8 @@ const MyLatestSubmissionsTableAsync = () => {
|
||||
id: { value: null, matchMode: 'equals' },
|
||||
callTitle: { value: null, matchMode: 'contains' },
|
||||
companyName: { value: null, matchMode: 'contains' },
|
||||
submissionDate: { value: null, matchMode: 'date_is' },
|
||||
callEndDate: { value: null, matchMode: 'dateIs' },
|
||||
modifiedDate: { value: null, matchMode: 'dateIs' },
|
||||
assignedUserName: { value: null, matchMode: 'equals' },
|
||||
status: { value: null, matchMode: 'equals' }
|
||||
}
|
||||
@@ -222,12 +223,14 @@ const MyLatestSubmissionsTableAsync = () => {
|
||||
style={{ minWidth: '8rem' }}/>
|
||||
<Column header={__('Scadenza', 'gepafin')}
|
||||
filterField="callEndDate" dataType="date"
|
||||
filterMatchModeOptions={translationStrings.dateFilterOptions}
|
||||
style={{ minWidth: '8rem' }}
|
||||
body={dateEndBodyTemplate}
|
||||
filter
|
||||
filterElement={dateFilterTemplate}/>
|
||||
<Column header={__('Ultima modifica', 'gepafin')}
|
||||
filterField="modifiedDate" dataType="date"
|
||||
filterMatchModeOptions={translationStrings.dateFilterOptions}
|
||||
style={{ minWidth: '8rem' }}
|
||||
body={dateModifyBodyTemplate}
|
||||
filter
|
||||
|
||||
Reference in New Issue
Block a user