Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-09-08 11:33:39 -07:00
67 changed files with 5103 additions and 4099 deletions

View File

@@ -964,6 +964,7 @@ export class DocumentDetailComponent
.patch(this.getChangedFields())
.pipe(
switchMap((updateResult) => {
this.savedViewService.maybeRefreshDocumentCounts()
return this.documentListViewService.getNext(this.documentId).pipe(
map((nextDocId) => ({ nextDocId, updateResult })),
takeUntil(this.unsubscribeNotifier)