- saving progress;
This commit is contained in:
@@ -281,7 +281,7 @@ const DomandaBeneficiario = () => {
|
|||||||
<RepeaterFields sourceId={id} sourceName="evaluation"/>
|
<RepeaterFields sourceId={id} sourceName="evaluation"/>
|
||||||
</div> : null}
|
</div> : null}
|
||||||
|
|
||||||
{/*{data.id
|
{data.id
|
||||||
? <div className="appPageSection">
|
? <div className="appPageSection">
|
||||||
<h3>{__('Documenti Richiesti', 'gepafin')}</h3>
|
<h3>{__('Documenti Richiesti', 'gepafin')}</h3>
|
||||||
<form className="appForm" onSubmit={handleSubmit(onSubmit)}>
|
<form className="appForm" onSubmit={handleSubmit(onSubmit)}>
|
||||||
@@ -313,7 +313,7 @@ const DomandaBeneficiario = () => {
|
|||||||
<span>{o.label}</span>
|
<span>{o.label}</span>
|
||||||
</li>) : null}
|
</li>) : null}
|
||||||
</ol>
|
</ol>
|
||||||
</div> : null}*/}
|
</div> : null}
|
||||||
|
|
||||||
{data.id
|
{data.id
|
||||||
? <div className="appPageSection">
|
? <div className="appPageSection">
|
||||||
|
|||||||
@@ -250,13 +250,13 @@ const SoccorsoAddPreInstructor = () => {
|
|||||||
<div className="appPageSection__withBorder grey">
|
<div className="appPageSection__withBorder grey">
|
||||||
<div className="appPageSection__checklist">
|
<div className="appPageSection__checklist">
|
||||||
{formData.formFields.map((o, i) => <div key={o.fieldId}>
|
{formData.formFields.map((o, i) => <div key={o.fieldId}>
|
||||||
{/*<Checkbox
|
<Checkbox
|
||||||
inputId={`checklist_${o.fieldId}`}
|
inputId={`checklist_${o.fieldId}`}
|
||||||
onChange={(e) => updateEvaluationValue(
|
onChange={(e) => updateEvaluationValue(
|
||||||
e.checked,
|
e.checked,
|
||||||
`formFields.${i}.selected`
|
`formFields.${i}.selected`
|
||||||
)}
|
)}
|
||||||
checked={o.selected}></Checkbox>*/}
|
checked={o.selected}></Checkbox>
|
||||||
<label htmlFor={`checklist_${o.fieldId}`}>{o.label}</label>
|
<label htmlFor={`checklist_${o.fieldId}`}>{o.label}</label>
|
||||||
</div>)}
|
</div>)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -394,7 +394,7 @@ const SoccorsoEditPreInstructor = () => {
|
|||||||
<RepeaterFields sourceId={id} sourceName="evaluation"/>
|
<RepeaterFields sourceId={id} sourceName="evaluation"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/*<div className="appPageSection">
|
<div className="appPageSection">
|
||||||
<h2>{__('Documenti Ricevuti', 'gepafin')}</h2>
|
<h2>{__('Documenti Ricevuti', 'gepafin')}</h2>
|
||||||
|
|
||||||
<form className="appForm" onSubmit={handleSubmit(onSubmit)}>
|
<form className="appForm" onSubmit={handleSubmit(onSubmit)}>
|
||||||
@@ -419,7 +419,7 @@ const SoccorsoEditPreInstructor = () => {
|
|||||||
/>
|
/>
|
||||||
}) : null}
|
}) : null}
|
||||||
</form>
|
</form>
|
||||||
</div>*/}
|
</div>
|
||||||
|
|
||||||
<div className="appForm__field">
|
<div className="appForm__field">
|
||||||
<label>{__('Motivazioni / Note Interne', 'gepafin')}</label>
|
<label>{__('Motivazioni / Note Interne', 'gepafin')}</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user