- removed status 'close' from request that was preventing creating new amendments;

This commit is contained in:
Vitalii Kiiko
2025-06-09 13:39:23 +02:00
parent 090b58ba59
commit 1336d6219e

View File

@@ -968,7 +968,7 @@ const DomandaEditPreInstructor = () => {
storeSet('setAsyncRequest');
ApplicationEvaluationService.getEvaluationVersionByApplId(entityId, getVersion, errGetVersion);
AmendmentsService.getSoccorsoByApplId(entityId, getAmendmentsCallback, errGetAmendmentsCallback, [
['statuses', ['AWAITING', 'RESPONSE_RECEIVED', 'CLOSE']]
['statuses', ['AWAITING', 'RESPONSE_RECEIVED']]
]);
}, [id]);