diff --git a/apps/red-ui/src/app/services/dossiers/dossier-changes.service.ts b/apps/red-ui/src/app/services/dossiers/dossier-changes.service.ts index d03865bf0..4e05d3fcd 100644 --- a/apps/red-ui/src/app/services/dossiers/dossier-changes.service.ts +++ b/apps/red-ui/src/app/services/dossiers/dossier-changes.service.ts @@ -44,7 +44,7 @@ export class DossiersChangesService extends GenericService { } hasChangesDetails$(): Observable { - const body = { value: this._lastCheckedForChanges.get('root') ?? '0' }; + const body = { value: this._lastCheckedForChanges.get('root') ?? new Date().toISOString() }; return this._post(body, `${this._defaultModelPath}/changes/details`).pipe(filter(changes => changes.length > 0)); } diff --git a/libs/common-ui b/libs/common-ui index 6cac4dd41..56201f2c5 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit 6cac4dd41445ef6aff7dab14c20d046e0f3d30ca +Subproject commit 56201f2c5b5d4e1ac1f509b96b892402b41f09cb