Revize aab2b127
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/services/api/user.service.ts | ||
---|---|---|
284 | 284 |
const httpParams: HttpParams = this.createParams({lang: language}); |
285 | 285 |
const options = {params: httpParams}; |
286 | 286 |
|
287 |
return this.http.delete(this._userUrl + 'calendar/' + id + '/delete', options)
|
|
287 |
return this.http.delete(this.baseUrl + '/calendar/' + id + '/delete', options)
|
|
288 | 288 |
.pipe( |
289 | 289 |
catchError(err => this.handleError(err)) |
290 | 290 |
); |
Také k dispozici: Unified diff
Profile reload on add/remove vacation + removed uncecessary API calls when employee is logged in