mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
## Summary Allows the public spaces API to work with a gold license Resolves https://github.com/elastic/kibana/issues/26271
This commit is contained in:
parent
4eaea129c0
commit
77f06b0b96
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export function checkLicense(xPackInfo: any): LicenseCheckResult {
|
|||
};
|
||||
}
|
||||
|
||||
const isAnyXpackLicense = xPackInfo.license.isOneOf(['basic', 'platinum', 'trial']);
|
||||
const isAnyXpackLicense = xPackInfo.license.isOneOf(['basic', 'gold', 'platinum', 'trial']);
|
||||
|
||||
if (!isAnyXpackLicense) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue