wip second filter option
This commit is contained in:
parent
0437685133
commit
14837d5316
@ -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
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user