- added new fields;
- corrected route urls;
This commit is contained in:
@@ -138,7 +138,7 @@ const LatestBandiTable = () => {
|
||||
};
|
||||
|
||||
const actionsBodyTemplate = (rowData) => {
|
||||
return <Link to={`/tenders/${rowData.id}/preview`}>
|
||||
return <Link to={`/tenders/${rowData.id}`}>
|
||||
<Button severity="info" label={__('Partecipa', 'gepafin')} icon="pi pi-arrow-right" size="small" iconPos="right" />
|
||||
</Link>
|
||||
}
|
||||
|
||||
@@ -38,8 +38,8 @@ const MyLatestSubmissionsTable = () => {
|
||||
modify_date: '2024-08-30T00:00:00+00:00',
|
||||
progress: 50,
|
||||
status: 'DRAFT',
|
||||
id: 11,
|
||||
callId: 11
|
||||
id: 33,
|
||||
callId: 52
|
||||
},
|
||||
{
|
||||
name: 'Bando Sostenibilità 2024',
|
||||
@@ -47,8 +47,8 @@ const MyLatestSubmissionsTable = () => {
|
||||
modify_date: '2024-08-15T00:00:00+00:00',
|
||||
progress: 25,
|
||||
status: 'DRAFT',
|
||||
id: 9,
|
||||
callId: 12
|
||||
id: 34,
|
||||
callId: 53
|
||||
}
|
||||
]
|
||||
setItems(getFormattedBandiData(items));
|
||||
@@ -140,7 +140,7 @@ const MyLatestSubmissionsTable = () => {
|
||||
};
|
||||
|
||||
const actionsBodyTemplate = (rowData) => {
|
||||
return <Link to={`/tenders/${rowData.callId}/application`}>
|
||||
return <Link to={`/applications/${rowData.id}`}>
|
||||
<Button severity="info" label={__('Modifica', 'gepafin')} icon="pi pi-pencil" size="small" iconPos="right" />
|
||||
</Link>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user