RED-6617 - Previously dict-based hint should become Ignored Hint
This commit is contained in:
parent
d29b522c0b
commit
8b2c765fa4
@ -494,7 +494,7 @@ export class AnnotationWrapper implements IListable, Record<string, unknown> {
|
|||||||
if (lastManualChange.processed) {
|
if (lastManualChange.processed) {
|
||||||
switch (lastManualChange.annotationStatus) {
|
switch (lastManualChange.annotationStatus) {
|
||||||
case LogEntryStatuses.APPROVED:
|
case LogEntryStatuses.APPROVED:
|
||||||
return redactionLogEntry.recommendation ? SuperTypes.Recommendation : SuperTypes.Skipped;
|
return redactionLogEntry.recommendation ? SuperTypes.Recommendation : SuperTypes.Hint;
|
||||||
case LogEntryStatuses.DECLINED:
|
case LogEntryStatuses.DECLINED:
|
||||||
return isHintDictionary ? SuperTypes.Hint : SuperTypes.Skipped;
|
return isHintDictionary ? SuperTypes.Hint : SuperTypes.Skipped;
|
||||||
case LogEntryStatuses.REQUESTED:
|
case LogEntryStatuses.REQUESTED:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import { ChangeDetectionStrategy, Component, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
import { ChangeDetectionStrategy, Component, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
||||||
import { PrimaryFileAttributeService } from '@services/primary-file-attribute.service';
|
import { PrimaryFileAttributeService } from '@services/primary-file-attribute.service';
|
||||||
import { FileAttributes } from '@red/domain';
|
import { FileAttributes } from '@red/domain';
|
||||||
import { ContextComponent } from '@iqser/common-ui';
|
import { ContextComponent, ScrollableParentView, ScrollableParentViews } from '@iqser/common-ui';
|
||||||
import { FileAttributesService } from '@services/entity-services/file-attributes.service';
|
import { FileAttributesService } from '@services/entity-services/file-attributes.service';
|
||||||
import { combineLatest, map, ReplaySubject } from 'rxjs';
|
import { combineLatest, map, ReplaySubject } from 'rxjs';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user