- added new role;
- added logic of statuses for amendment;
This commit is contained in:
@@ -29,6 +29,9 @@ const getBandoLabel = (status) => {
|
||||
case 'ADMISSIBLE':
|
||||
return __('Ammisibile', 'gepafin');
|
||||
|
||||
case 'RESPONSE_RECEIVED':
|
||||
return __('Riposta ricevuta', 'gepafin');
|
||||
|
||||
case 'SOCCORSO':
|
||||
return __('Soccorso', 'gepafin');
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'ADMISSIBLE':
|
||||
return 'info';
|
||||
|
||||
case 'RESPONSE_RECEIVED':
|
||||
return 'warning';
|
||||
|
||||
case 'SOCCORSO':
|
||||
return 'warning';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user