From 403ee1fe48819844b1915c893700a9f6fe0cc637 Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Tue, 27 Nov 2018 16:48:25 -0500 Subject: [PATCH] support standard license (#26294) --- x-pack/plugins/spaces/server/lib/check_license.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/spaces/server/lib/check_license.ts b/x-pack/plugins/spaces/server/lib/check_license.ts index 6425bf3324044..15dea834d2f15 100644 --- a/x-pack/plugins/spaces/server/lib/check_license.ts +++ b/x-pack/plugins/spaces/server/lib/check_license.ts @@ -21,7 +21,13 @@ export function checkLicense(xPackInfo: any): LicenseCheckResult { }; } - const isAnyXpackLicense = xPackInfo.license.isOneOf(['basic', 'gold', 'platinum', 'trial']); + const isAnyXpackLicense = xPackInfo.license.isOneOf([ + 'basic', + 'standard', + 'gold', + 'platinum', + 'trial', + ]); if (!isAnyXpackLicense) { return {