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