Skip to content

Commit

Permalink
Make the last two objects share capable
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Oct 18, 2021
1 parent 584d09e commit 6ee50d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const exceptionListType: SavedObjectsType = {
mappings: combinedMappings,
migrations,
name: exceptionListSavedObjectType,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
};

export const exceptionListAgnosticType: SavedObjectsType = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const ruleStatusSavedObjectMappings: SavedObjectsType['mappings'] = {
export const legacyRuleStatusType: SavedObjectsType = {
name: legacyRuleStatusSavedObjectType,
hidden: false,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
mappings: ruleStatusSavedObjectMappings,
migrations: legacyRuleStatusSavedObjectMigration,
};

0 comments on commit 6ee50d5

Please sign in to comment.