Merge branch 'master' into develop
This commit is contained in:
@@ -554,7 +554,7 @@ const SoccorsoEditInstructorManager = () => {
|
|||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={openCloseAmendmentDialog}
|
onClick={openCloseAmendmentDialog}
|
||||||
disabled={isAsyncRequest || ['CLOSE', 'AWAITING'].includes(data.status)}
|
disabled={isAsyncRequest || ['CLOSE', 'AWAITING', 'EXPIRED'].includes(data.status)}
|
||||||
label={__('Chiudi Soccorso Istruttorio', 'gepafin')}
|
label={__('Chiudi Soccorso Istruttorio', 'gepafin')}
|
||||||
icon="pi pi-times" iconPos="right"/>
|
icon="pi pi-times" iconPos="right"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -554,7 +554,7 @@ const SoccorsoEditPreInstructor = () => {
|
|||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={openCloseAmendmentDialog}
|
onClick={openCloseAmendmentDialog}
|
||||||
disabled={isAsyncRequest || ['CLOSE', 'AWAITING'].includes(data.status)}
|
disabled={isAsyncRequest || ['CLOSE', 'AWAITING', 'EXPIRED'].includes(data.status)}
|
||||||
label={__('Chiudi Soccorso Istruttorio', 'gepafin')}
|
label={__('Chiudi Soccorso Istruttorio', 'gepafin')}
|
||||||
icon="pi pi-times" iconPos="right"/>
|
icon="pi pi-times" iconPos="right"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ const initialStore = {
|
|||||||
flowForms: [],
|
flowForms: [],
|
||||||
flowEdges: [],
|
flowEdges: [],
|
||||||
// misc
|
// misc
|
||||||
antiMoneyLaundryCalls: [23]
|
antiMoneyLaundryCalls: [23, 26]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default initialStore;
|
export default initialStore;
|
||||||
Reference in New Issue
Block a user