De-duplicates dashboard feature definition (#72834)

This commit is contained in:
Larry Gregory 2020-07-22 12:03:45 -04:00 committed by GitHub
parent 8305d9f775
commit b23b3d9024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 83 additions and 4 deletions

View file

@ -71,8 +71,8 @@ Array [
"savedObject": Object {
"all": Array [
"dashboard",
"url",
"query",
"url",
],
"read": Array [
"index-pattern",

View file

@ -148,7 +148,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
app: ['dashboards', 'kibana'],
catalogue: ['dashboard'],
savedObject: {
all: ['dashboard', 'url', 'query'],
all: ['dashboard', 'query'],
read: [
'index-pattern',
'search',