- issue 122

- issue 123;
This commit is contained in:
Vitalii Kiiko
2025-02-13 15:05:12 +01:00
parent 9d74ec8e5a
commit 2e1e6af88d
5 changed files with 31 additions and 12 deletions

View File

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