- fixed displaying tables;
- fixed uploading signed pdf for application; - added downloading modullistica archive; - added basic table related validator;
This commit is contained in:
@@ -31,4 +31,8 @@ export default class BandoService {
|
||||
static updateBandoStatus = (id, callback, errCallback, queryParams) => {
|
||||
NetworkService.put(`${API_BASE_URL}/call/${id}/status`, {}, callback, errCallback, queryParams);
|
||||
};
|
||||
|
||||
static getBandoPdf = (id, callback, errCallback) => {
|
||||
NetworkService.getBlob(`${API_BASE_URL}/call/${id}/documents/zip`, callback, errCallback);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user