Changes tag saved object namespaceType to multiple-isolated (#106341)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Christiane (Tina) Heiligers 2021-08-09 10:03:14 -07:00 committed by GitHub
parent 3eac913c34
commit fe0fb4efb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@ import { tagSavedObjectTypeName, TagAttributes } from '../../common';
export const tagType: SavedObjectsType = {
name: tagSavedObjectTypeName,
hidden: false,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
convertToMultiNamespaceTypeVersion: '8.0.0',
mappings: {
properties: {
name: {