- fixed displaying statuses in the filter for tables;
- added redirect to dashboard upon changing current company;
This commit is contained in:
@@ -177,8 +177,10 @@ const AllDomandeTable = ({ openDialogFn, updaterString = '' }) => {
|
||||
filter sortable
|
||||
filterPlaceholder={__('Cerca il nome', 'gepafin')}
|
||||
style={{ minWidth: '8rem' }}/>
|
||||
<Column field="status" header={__('Stato', 'gepafin')}
|
||||
style={{ minWidth: '8rem' }} body={statusBodyTemplate}
|
||||
<Column field="status"
|
||||
header={__('Stato', 'gepafin')}
|
||||
style={{ minWidth: '8rem' }}
|
||||
body={statusBodyTemplate}
|
||||
filter
|
||||
filterElement={statusFilterTemplate}/>
|
||||
<Column header={__('Azioni', 'gepafin')}
|
||||
|
||||
Reference in New Issue
Block a user