- updated;

This commit is contained in:
Vitalii Kiiko
2026-03-13 18:31:47 +01:00
parent 7200335ace
commit bf18be2b17
4 changed files with 360 additions and 13 deletions

View File

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