diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index edec5cef0..f9d0c591a 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -3018,29 +3018,6 @@ 62 - - - - src/app/components/common/custom-field-display/custom-field-display.component.html - 32 - - - src/app/components/common/input/drag-drop-select/drag-drop-select.component.html - 12 - - - src/app/components/common/input/tags/tags.component.html - 4 - - - src/app/components/common/permissions-select/permissions-select.component.html - 22 - - - src/app/components/document-history/document-history.component.html - 35 - - Search fields @@ -6455,13 +6432,6 @@ 74 - - Notes - - src/app/components/document-list/document-card-large/document-card-large.component.html - 75 - - Created: diff --git a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html index 3af2ccd29..07347f8e0 100644 --- a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html +++ b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html @@ -29,6 +29,6 @@ } } } @else if (showNameIfEmpty) { - {{field.name}} + {{field.name}} } } diff --git a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html index fe549382a..bd7359e23 100644 --- a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html +++ b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html @@ -9,7 +9,7 @@
{{item.name}}
} @if (selectedItems.length === 0) { -
{{emptyText}}
+
{{emptyText}}
} diff --git a/src-ui/src/app/components/common/input/tags/tags.component.html b/src-ui/src/app/components/common/input/tags/tags.component.html index 8384840a3..8184bbbfa 100644 --- a/src-ui/src/app/components/common/input/tags/tags.component.html +++ b/src-ui/src/app/components/common/input/tags/tags.component.html @@ -1,7 +1,7 @@
- +
diff --git a/src-ui/src/app/components/common/permissions-select/permissions-select.component.html b/src-ui/src/app/components/common/permissions-select/permissions-select.component.html index 049d0e776..0a0bea5c0 100644 --- a/src-ui/src/app/components/common/permissions-select/permissions-select.component.html +++ b/src-ui/src/app/components/common/permissions-select/permissions-select.component.html @@ -19,7 +19,7 @@ @for (action of PermissionAction | keyvalue; track action) {
- +
} diff --git a/src-ui/src/app/components/document-history/document-history.component.html b/src-ui/src/app/components/document-history/document-history.component.html index 8ada7880d..ea4a3c9bb 100644 --- a/src-ui/src/app/components/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-history/document-history.component.html @@ -32,7 +32,7 @@ @for (change of entry.changes | keyvalue; track change.key) { @if (change.value["type"] === 'm2m') {
  • - {{ change.value["operation"] | titlecase }}  + {{ change.value["operation"] | titlecase }}  {{ change.key | titlecase }}{{ change.value["objects"].join(', ') }}
  • diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html index 51f51a517..7e406a7c7 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html @@ -72,7 +72,7 @@
    @if (displayFields.includes(DisplayField.NOTES) && notesEnabled && document.notes.length) { } @if (displayFields.includes(DisplayField.DOCUMENT_TYPE) && document.document_type) {