- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-10-29 09:56:03 +01:00
14 changed files with 941 additions and 133 deletions

View File

@@ -84,7 +84,7 @@ const AllDomandeTable = ({ openDialogFn }) => {
operator: FilterOperator.AND,
constraints: [{ value: null, matchMode: FilterMatchMode.STARTS_WITH }]
},
appliedDate: {
submissionDate: {
operator: FilterOperator.AND,
constraints: [{ value: null, matchMode: FilterMatchMode.DATE_IS }]
},
@@ -152,7 +152,7 @@ const AllDomandeTable = ({ openDialogFn }) => {
filter filterPlaceholder={__('Cerca', 'gepafin')}
style={{ minWidth: '12rem' }}/>
<Column header={__('Data Ricezione', 'gepafin')}
filterField="modifiedDate" dataType="date"
filterField="submissionDate" dataType="date"
style={{ minWidth: '10rem' }}
body={dateAppliedBodyTemplate} filter filterElement={dateFilterTemplate}/>
<Column header={__('Scadenza', 'gepafin')}