- added labels for new statuses;
This commit is contained in:
@@ -20,6 +20,15 @@ const getBandoLabel = (status) => {
|
||||
case 'READY':
|
||||
return __('Pronto', 'gepafin');
|
||||
|
||||
case 'NDG':
|
||||
return __('NDG', 'gepafin');
|
||||
|
||||
case 'APPOINTMENT':
|
||||
return __('Appuntamento', 'gepafin');
|
||||
|
||||
case 'ADMISSIBLE':
|
||||
return __('Ammisibile', 'gepafin');
|
||||
|
||||
case 'SOCCORSO':
|
||||
return __('Soccorso', 'gepafin');
|
||||
|
||||
|
||||
@@ -18,6 +18,15 @@ const getBandoSeverity = (status) => {
|
||||
case 'READY':
|
||||
return 'info';
|
||||
|
||||
case 'NDG':
|
||||
return 'info';
|
||||
|
||||
case 'APPOINTMENT':
|
||||
return 'info';
|
||||
|
||||
case 'ADMISSIBLE':
|
||||
return 'info';
|
||||
|
||||
case 'SOCCORSO':
|
||||
return 'warning';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user