- removed status 'close' from request that was preventing creating new amendments;
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user