wip second filter option

This commit is contained in:
Dan Percic 2021-06-28 13:17:13 +03:00
parent 0437685133
commit 14837d5316
2 changed files with 11 additions and 1 deletions

View File

@ -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
}
];
}

View File

@ -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",