- removed status 'close' from request that was preventing creating new amendments;
This commit is contained in:
@@ -968,7 +968,7 @@ const DomandaEditPreInstructor = () => {
|
|||||||
storeSet('setAsyncRequest');
|
storeSet('setAsyncRequest');
|
||||||
ApplicationEvaluationService.getEvaluationVersionByApplId(entityId, getVersion, errGetVersion);
|
ApplicationEvaluationService.getEvaluationVersionByApplId(entityId, getVersion, errGetVersion);
|
||||||
AmendmentsService.getSoccorsoByApplId(entityId, getAmendmentsCallback, errGetAmendmentsCallback, [
|
AmendmentsService.getSoccorsoByApplId(entityId, getAmendmentsCallback, errGetAmendmentsCallback, [
|
||||||
['statuses', ['AWAITING', 'RESPONSE_RECEIVED', 'CLOSE']]
|
['statuses', ['AWAITING', 'RESPONSE_RECEIVED']]
|
||||||
]);
|
]);
|
||||||
}, [id]);
|
}, [id]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user