Skip to content

Commit

Permalink
[deprecations/dataviews]: Check in all spaces (#202354)
Browse files Browse the repository at this point in the history
## Summary

In order to show all potential deprecations, the SO request should
include all spaces by appending `namespaces: ['*']`.

This PR adds that, although it doesn't change the test (which, IMO,
should include the offending space). Feel free to commit to this PR or
to create a follow-up (whatever you prefer).

Related: #202341
  • Loading branch information
afharo authored Dec 2, 2024
1 parent 6b7d647 commit 5ed54ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const createScriptedFieldsDeprecationsConfig: (
type: 'index-pattern',
perPage: 1000,
fields: ['title', 'fields'],
namespaces: ['*'],
});

const indexPatternsWithScriptedFields: IndexPatternAttributesWithFields[] = [];
Expand Down

0 comments on commit 5ed54ec

Please sign in to comment.