- merged with master;
This commit is contained in:
@@ -41,7 +41,7 @@ import getDateTimeFromISOstring from '../../helpers/getDateTimeFromISOstring';
|
||||
const APP_EVALUATION_FLOW_ID = process.env.REACT_APP_EVALUATION_FLOW_ID;
|
||||
const APP_HUB_ID = process.env.REACT_APP_HUB_ID;
|
||||
|
||||
const DomandaEditPreInstructor = () => {
|
||||
const DomandaEditInstructorManager = () => {
|
||||
const isAsyncRequest = useStore().main.isAsyncRequest();
|
||||
const { id } = useParams();
|
||||
const navigate = useNavigate();
|
||||
@@ -755,7 +755,7 @@ const DomandaEditPreInstructor = () => {
|
||||
<td>
|
||||
{isAdmissible
|
||||
? <Tag icon="pi pi-check" severity="success"
|
||||
value={__('Ammissibile formalmente')}></Tag> : null}
|
||||
value={__('Punteggio sufficiente per passaggio alla valutazione tecnica ed economico finanziaria')}></Tag> : null}
|
||||
{!isAdmissible
|
||||
? <Tag icon="pi pi-times" severity="warning"
|
||||
value={__('Punteggio non sufficiente per passaggio alla valutazione tecnica ed economico finanziaria')}></Tag> : null}
|
||||
@@ -829,6 +829,12 @@ const DomandaEditPreInstructor = () => {
|
||||
onClick={doMakeAdmisible}
|
||||
label={__('Ammissibile formalmente', 'gepafin')}
|
||||
/>
|
||||
<Button
|
||||
type="button"
|
||||
disabled={true}
|
||||
onClick={() => {}}
|
||||
label={__('Valutazione tecnico-finanziaria positiva', 'gepafin')}
|
||||
/>
|
||||
{data.id
|
||||
? <Button
|
||||
type="button"
|
||||
@@ -947,4 +953,4 @@ const DomandaEditPreInstructor = () => {
|
||||
|
||||
}
|
||||
|
||||
export default DomandaEditPreInstructor;
|
||||
export default DomandaEditInstructorManager;
|
||||
|
||||
Reference in New Issue
Block a user