Merge branch 'master' into develop
This commit is contained in:
@@ -134,6 +134,7 @@ const DomandaEditPreInstructor = () => {
|
|||||||
files: klona(data.files),
|
files: klona(data.files),
|
||||||
note: data.note
|
note: data.note
|
||||||
}
|
}
|
||||||
|
|
||||||
ApplicationEvaluationService.updateEvaluation(
|
ApplicationEvaluationService.updateEvaluation(
|
||||||
data.assignedApplicationId,
|
data.assignedApplicationId,
|
||||||
formData,
|
formData,
|
||||||
@@ -661,13 +662,13 @@ const DomandaEditPreInstructor = () => {
|
|||||||
? <Button
|
? <Button
|
||||||
type="button"
|
type="button"
|
||||||
disabled={data.status === 'CLOSE'}
|
disabled={data.status === 'CLOSE'}
|
||||||
onClick={doSaveDraft}
|
onClick={() => doSaveDraft()}
|
||||||
outlined
|
outlined
|
||||||
label={__('Salva bozza valutazione', 'gepafin')}
|
label={__('Salva bozza valutazione', 'gepafin')}
|
||||||
icon="pi pi-save" iconPos="right"/>
|
icon="pi pi-save" iconPos="right"/>
|
||||||
: <Button
|
: <Button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={doSaveDraft}
|
onClick={() => doSaveDraft()}
|
||||||
label={__('Crea valutazione', 'gepafin')}
|
label={__('Crea valutazione', 'gepafin')}
|
||||||
icon="pi pi-save" iconPos="right"/>}
|
icon="pi pi-save" iconPos="right"/>}
|
||||||
{APP_EVALUATION_FLOW_ID === '1' && ['EVALUATION'].includes(data.applicationStatus)
|
{APP_EVALUATION_FLOW_ID === '1' && ['EVALUATION'].includes(data.applicationStatus)
|
||||||
|
|||||||
Reference in New Issue
Block a user