From a3ed63573e43a8e82caf9e9b4cf10f16a23e41ef Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Wed, 9 Sep 2020 11:05:23 -0400 Subject: [PATCH] adds lens as a readable saved object for read-only dashboard users --- .../features/server/__snapshots__/oss_features.test.ts.snap | 1 + x-pack/plugins/features/server/oss_features.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/x-pack/plugins/features/server/__snapshots__/oss_features.test.ts.snap b/x-pack/plugins/features/server/__snapshots__/oss_features.test.ts.snap index e4014cf49778cf..63a59d59d6d074 100644 --- a/x-pack/plugins/features/server/__snapshots__/oss_features.test.ts.snap +++ b/x-pack/plugins/features/server/__snapshots__/oss_features.test.ts.snap @@ -111,6 +111,7 @@ Array [ "visualization", "timelion-sheet", "canvas-workpad", + "lens", "map", "dashboard", "query", diff --git a/x-pack/plugins/features/server/oss_features.ts b/x-pack/plugins/features/server/oss_features.ts index e37c7491de5dcc..4122c590e74b1f 100644 --- a/x-pack/plugins/features/server/oss_features.ts +++ b/x-pack/plugins/features/server/oss_features.ts @@ -172,6 +172,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS 'visualization', 'timelion-sheet', 'canvas-workpad', + 'lens', 'map', 'dashboard', 'query',