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