- implemented root manager functionality;
This commit is contained in:
@@ -74,6 +74,9 @@ const getBandoLabel = (status) => {
|
||||
case 'REJECTED':
|
||||
return __('Respinto', 'gepafin');
|
||||
|
||||
case 'DELETED':
|
||||
return __('Cancellato', 'gepafin');
|
||||
|
||||
case 'TECHNICAL_EVALUATION_REJECTED':
|
||||
return __('Respinto Tec-Fin', 'gepafin');
|
||||
|
||||
|
||||
@@ -72,6 +72,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'REJECTED':
|
||||
return 'danger';
|
||||
|
||||
case 'DELETED':
|
||||
return 'danger';
|
||||
|
||||
case 'TECHNICAL_EVALUATION_REJECTED':
|
||||
return 'danger';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user