- updated filters;
- fixed store persistance new version;
This commit is contained in:
@@ -43,12 +43,12 @@ const MieDomandeTableInstructorManagerAsync = ({ userId = null, statuses = [] })
|
||||
sortField: null,
|
||||
sortOrder: null,
|
||||
filters: {
|
||||
applicationId: { value: null, matchMode: 'contains' },
|
||||
protocolNumber: { value: null, matchMode: 'contains' },
|
||||
applicationId: { value: null, matchMode: 'equals' },
|
||||
protocolNumber: { value: null, matchMode: 'equals' },
|
||||
callName: { value: null, matchMode: 'contains' },
|
||||
companyName: { value: null, matchMode: 'contains' },
|
||||
submissionDate: { value: null, matchMode: 'date_is' },
|
||||
evaluationEndDate: { value: null, matchMode: 'date_is' },
|
||||
submissionDate: { value: null, matchMode: 'dateIs' },
|
||||
evaluationEndDate: { value: null, matchMode: 'dateIs' },
|
||||
applicationStatus: { value: null, matchMode: 'equals' }
|
||||
}
|
||||
});
|
||||
@@ -201,7 +201,7 @@ const MieDomandeTableInstructorManagerAsync = ({ userId = null, statuses = [] })
|
||||
<Column field="protocolNumber" header={__('Protocollo', 'gepafin')}
|
||||
sortable
|
||||
filterField="protocolNumber" filter
|
||||
filterMatchModeOptions={translationStrings.textFilterOptions}
|
||||
filterMatchModeOptions={translationStrings.numberFilterOptions}
|
||||
filterPlaceholder={__('Cerca', 'gepafin')}
|
||||
style={{ minWidth: '6rem' }}/>
|
||||
{APP_HUB_ID !== 't7jh5wfg9QXylNaTZkPoE'
|
||||
|
||||
Reference in New Issue
Block a user