Merge branch 'master' into master-sync/fields-calc-feature
This commit is contained in:
@@ -17,6 +17,7 @@ import ApplicationService from '../../service/application-service';
|
|||||||
import set404FromErrorResponse from '../../helpers/set404FromErrorResponse';
|
import set404FromErrorResponse from '../../helpers/set404FromErrorResponse';
|
||||||
import getBandoLabel from '../../helpers/getBandoLabel';
|
import getBandoLabel from '../../helpers/getBandoLabel';
|
||||||
import getDateFromISOstring from '../../helpers/getDateFromISOstring';
|
import getDateFromISOstring from '../../helpers/getDateFromISOstring';
|
||||||
|
import getEmailTemplateForSoccorso from '../../helpers/getStrippedHtmlBodyTags';
|
||||||
|
|
||||||
// components
|
// components
|
||||||
import { Button } from 'primereact/button';
|
import { Button } from 'primereact/button';
|
||||||
@@ -26,7 +27,6 @@ import { Dialog } from 'primereact/dialog';
|
|||||||
import FormField from '../../components/FormField';
|
import FormField from '../../components/FormField';
|
||||||
import SoccorsoComunications from '../SoccorsoEditPreInstructor/components/SoccorsoComunications';
|
import SoccorsoComunications from '../SoccorsoEditPreInstructor/components/SoccorsoComunications';
|
||||||
import { Editor } from 'primereact/editor';
|
import { Editor } from 'primereact/editor';
|
||||||
import getEmailTemplateForSoccorso from '../../helpers/getStrippedHtmlBodyTags';
|
|
||||||
|
|
||||||
const SoccorsoEditBeneficiario = () => {
|
const SoccorsoEditBeneficiario = () => {
|
||||||
const isAsyncRequest = useStore().main.isAsyncRequest();
|
const isAsyncRequest = useStore().main.isAsyncRequest();
|
||||||
@@ -60,7 +60,7 @@ const SoccorsoEditBeneficiario = () => {
|
|||||||
const entityId = !isNaN(parsedId) ? parsedId : 0;
|
const entityId = !isNaN(parsedId) ? parsedId : 0;
|
||||||
|
|
||||||
AmendmentsService.getSoccorsoByApplId(entityId, getCallback, errGetCallback, [
|
AmendmentsService.getSoccorsoByApplId(entityId, getCallback, errGetCallback, [
|
||||||
['statuses', 'AWAITING']
|
['statuses', 'AWAITING,RESPONSE_RECEIVED']
|
||||||
]);
|
]);
|
||||||
}, [id]);
|
}, [id]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user