From d25abd02aa9112604b7e0370b47adc9ad2fdb533 Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Tue, 1 Dec 2020 16:10:00 +0100 Subject: [PATCH] Fix tests --- .../application/angular/doc_table/components/table_row.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/plugins/discover/public/application/angular/doc_table/components/table_row.ts b/src/plugins/discover/public/application/angular/doc_table/components/table_row.ts index d8a47c9e38dd06..07bb06b7a0dea0 100644 --- a/src/plugins/discover/public/application/angular/doc_table/components/table_row.ts +++ b/src/plugins/discover/public/application/angular/doc_table/components/table_row.ts @@ -26,6 +26,7 @@ import { DOC_HIDE_TIME_COLUMN_SETTING } from '../../../../../common'; import cellTemplateHtml from '../components/table_row/cell.html'; import truncateByHeightTemplateHtml from '../components/table_row/truncate_by_height.html'; import { getServices } from '../../../../kibana_services'; +import { getContextUrl } from '../../../helpers/get_context_url'; const TAGS_WITH_WS = />\s+ { - return getContextUrl($scope.indexPattern.id, $scope.row._id, getServices().filterManager); + return getContextUrl( + $scope.indexPattern.id, + $scope.row._id, + $scope.columns, + getServices().filterManager + ); }; // create a tr element that lists the value for each *column*