diff --git a/docs/content-services/components/search.component.md b/docs/content-services/components/search.component.md
index f6fa7cc0a4..2751d776cb 100644
--- a/docs/content-services/components/search.component.md
+++ b/docs/content-services/components/search.component.md
@@ -96,7 +96,7 @@ However, you can use a more complex template if necessary:
class="adf-search-autocomplete-item"
(click)="elementClicked(item)"
(keyup.enter)="elementClicked(item)">
-
+
{
it('[C260256] Should display file/folder in search suggestion when typing first characters', async () => {
await openSearchBar();
- await searchBarPage.enterTextAndPressEnter(firstFolderModel.shortName);
+ await searchBarPage.enterText(firstFolderModel.shortName);
await searchBarPage.resultTableContainsRow(firstFolderModel.name);
diff --git a/lib/content-services/src/lib/search/components/search-control.component.html b/lib/content-services/src/lib/search/components/search-control.component.html
index 587a5dbc29..71b072eb62 100644
--- a/lib/content-services/src/lib/search/components/search-control.component.html
+++ b/lib/content-services/src/lib/search/components/search-control.component.html
@@ -30,20 +30,20 @@
(keyup.enter)="elementClicked(item)"
(touchend)="elementClicked(item)">
-
+
-
{{ item?.entry.name }}
-
- {{item?.entry.createdByUser.displayName}}
+ {{item?.entry.createdByUser.displayName}}
- {{ 'SEARCH.RESULTS.NONE' | translate:{searchTerm:
+
{{ 'SEARCH.RESULTS.NONE' | translate:{searchTerm:
searchTerm} }}
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html
index e7548428be..67e9401bfd 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html
+++ b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html
@@ -17,8 +17,8 @@
[attr.aria-expanded]="!isDialogMinimized"
(click)="toggleMinimized()">
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html
index 9f13a1392e..1c4c573396 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html
+++ b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html
@@ -1,5 +1,5 @@
-
+
insert_drive_file
@@ -63,7 +63,7 @@
role="status"
>
check_circle
@@ -97,7 +97,7 @@
role="status"
*ngIf="isUploadError()"
class="adf-file-uploading-row__block adf-file-uploading-row__status--error">
-
report_problem
diff --git a/lib/content-services/src/lib/version-manager/version-list.component.html b/lib/content-services/src/lib/version-manager/version-list.component.html
index 572b7946b7..5f3970abb0 100644
--- a/lib/content-services/src/lib/version-manager/version-list.component.html
+++ b/lib/content-services/src/lib/version-manager/version-list.component.html
@@ -2,18 +2,18 @@
color="accent">
-
- insert_drive_file
-
+ insert_drive_file
+
{{ version.entry.name }}
-
+
{{ version.entry.id }} -
{{ version.entry.modifiedAt | date }}
-
-
+ matListItemLine [matTooltip]="message" matTooltipShowDelay="1000">{{ message }}
+ matListItemLine> {{notification.datetime | adfTimeAgo}}
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html
index 4a2b9fc593..73707c2730 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html
+++ b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html
@@ -6,7 +6,7 @@
*ngFor="let report of reports; let idx = index"
[class.adf-active]="currentReport === report">
- assignment
{{report.name}}
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html
index 59b985111d..e73b23cac0 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html
@@ -2,12 +2,12 @@
|
-
-
+
check_circle
-
-
-
- 0" data-automation-id="active-tasks">
- assignment
+ assignment
{{task.name || 'Nameless task'}}
{{ 'ADF_PROCESS_LIST.DETAILS.LABELS.TASK_SUBTITLE' | translate:{user: getUserFullName(task.assignee), created: getFormatDate(task.created, 'mediumDate') } }}
@@ -36,7 +36,7 @@
|