RED-8638 - Adapt UI to new manualChanges types

This commit is contained in:
Valentin Mihai 2024-04-09 19:30:09 +03:00
parent 8a9ab32188
commit 9232d426a9
3 changed files with 23 additions and 0 deletions

View File

@ -93,6 +93,11 @@ export class AnnotationDetailsComponent implements OnChanges {
description: _('annotation-engines.imported'),
show: isBasedOn(annotation, Engines.IMPORTED),
},
{
icon: 'red:redaction-changes',
description: _('annotation-engines.manual'),
show: isBasedOn(annotation, Engines.MANUAL),
},
];
}
}

View File

@ -1266,6 +1266,15 @@
"heading": "Edit entity"
}
},
"entity": {
"info": {
"actions": {
"revert": "Revert",
"save": "Save changes"
},
"heading": "Edit entity"
}
},
"error": {
"deleted-entity": {
"dossier": {

View File

@ -1266,6 +1266,15 @@
"heading": "Edit entity"
}
},
"entity": {
"info": {
"actions": {
"revert": "Revert",
"save": "Save changes"
},
"heading": "Edit entity"
}
},
"error": {
"deleted-entity": {
"dossier": {