From fba043fc432cc4124f4c8b6a0fdcd5bca49a34b9 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 4 Nov 2020 00:12:25 +0200 Subject: [PATCH] ignore annotations / remove redactions for manager --- .../file-preview-screen.component.html | 5 +- .../file-preview-screen.component.ts | 3 +- .../screens/file/model/annotation.wrapper.ts | 9 +- .../file/service/manual-annotation.service.ts | 4 +- libs/red-ui-http/src/lib/api.module.ts | 4 +- libs/red-ui-http/src/lib/api/api.ts | 6 +- .../lib/api/viewedPagesController.service.ts | 334 ++++++++++++++++++ libs/red-ui-http/src/lib/model/typeValue.ts | 2 + 8 files changed, 360 insertions(+), 7 deletions(-) create mode 100644 libs/red-ui-http/src/lib/api/viewedPagesController.service.ts diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html index 6c03e7761..72fcc37e2 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html @@ -226,7 +226,10 @@