- implemented feature-132 - new status technical_evaluation;
This commit is contained in:
@@ -32,6 +32,9 @@ const getBandoLabel = (status) => {
|
||||
case 'ADMISSIBLE':
|
||||
return __('Ammisibile', 'gepafin');
|
||||
|
||||
case 'TECHNICAL_EVALUATION':
|
||||
return __('Valutazione technico-finanziaria', 'gepafin');
|
||||
|
||||
case 'DUE':
|
||||
return __('In scadenza', 'gepafin');
|
||||
|
||||
|
||||
@@ -30,6 +30,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'ADMISSIBLE':
|
||||
return 'info';
|
||||
|
||||
case 'TECHNICAL_EVALUATION':
|
||||
return 'info';
|
||||
|
||||
case 'DUE':
|
||||
return 'warning';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user