diff --git a/apps/red-ui/src/app/modules/dossier/services/annotation-processing.service.ts b/apps/red-ui/src/app/modules/dossier/services/annotation-processing.service.ts index cd7650636..bcb1319b3 100644 --- a/apps/red-ui/src/app/modules/dossier/services/annotation-processing.service.ts +++ b/apps/red-ui/src/app/modules/dossier/services/annotation-processing.service.ts @@ -16,6 +16,15 @@ export class AnnotationProcessingService { topLevelFilter: true, filters: [], checker: (annotation: AnnotationWrapper) => annotation?.comments?.length > 0 + }, + { + key: 'with-reason-changes', + icon: 'red:comment', + label: 'filter-menu.with-reason-changes', + checked: false, + topLevelFilter: true, + filters: [], + checker: (annotation: AnnotationWrapper) => annotation?.comments?.length > 0 } ]; } diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index 03936d00d..e74df12ad 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -606,7 +606,8 @@ "label": "Filter", "filter-types": "Filter types", "filter-options": "Filter options", - "with-comments": "Show only annotations with comments" + "with-comments": "Only annotations with comments", + "with-reason-changes": "Only redactions with reason changes" }, "sorting": { "recent": "Recent",