RED-5357: fix timezone for details endpoint
This commit is contained in:
parent
8c8d6c1fe7
commit
6af945e00f
@ -44,7 +44,7 @@ export class DossiersChangesService extends GenericService<Dossier> {
|
||||
}
|
||||
|
||||
hasChangesDetails$(): Observable<IDossierChanges> {
|
||||
const body = { value: this._lastCheckedForChanges.get('root') ?? new Date().toISOString() };
|
||||
const body = { value: this._lastCheckedForChanges.get('root') };
|
||||
return this._post<IDossierChanges>(body, `${this._defaultModelPath}/changes/details`).pipe(filter(changes => changes.length > 0));
|
||||
}
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 56201f2c5b5d4e1ac1f509b96b892402b41f09cb
|
||||
Subproject commit e9c68a0f878b680c6672d880f49d0939590828d0
|
||||
Loading…
x
Reference in New Issue
Block a user