diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html index 71c1a07b2..09940b750 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-overview/dictionary-overview-screen.component.html @@ -64,6 +64,7 @@ diff --git a/apps/red-ui/src/app/modules/projects/dialogs/dossier-dictionary-dialog/dossier-dictionary-dialog.component.html b/apps/red-ui/src/app/modules/projects/dialogs/dossier-dictionary-dialog/dossier-dictionary-dialog.component.html index 30ac4fbc0..ed6607f78 100644 --- a/apps/red-ui/src/app/modules/projects/dialogs/dossier-dictionary-dialog/dossier-dictionary-dialog.component.html +++ b/apps/red-ui/src/app/modules/projects/dialogs/dossier-dictionary-dialog/dossier-dictionary-dialog.component.html @@ -6,13 +6,14 @@
diff --git a/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts b/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts index 480aa56ad..6006436a4 100644 --- a/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts +++ b/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts @@ -32,6 +32,9 @@ export class DictionaryManagerComponent implements OnInit, OnChanges { @Input() initialDictionaryEntries: string[]; + @Input() + canEdit = false; + @Output() saveDictionary = new EventEmitter(); @@ -55,7 +58,6 @@ export class DictionaryManagerComponent implements OnInit, OnChanges { @ViewChild('compareEditorComponent') private _compareEditorComponent: AceEditorComponent; constructor( - readonly permissionsService: PermissionsService, private readonly _notificationService: NotificationService, protected readonly _translateService: TranslateService, private readonly _dictionaryControllerService: DictionaryControllerService, diff --git a/package.json b/package.json index f8d5dc9dd..18c9966a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.40.0", + "version": "2.41.0", "private": true, "license": "MIT", "scripts": {