From 42283589039709d2ff2bfc434db62b7ac380f1b2 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Tue, 3 Oct 2017 11:28:15 +0100 Subject: PLT-7668: Elasticsearch & DataRetention in client license. (#7548) --- utils/license.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/license.go') diff --git a/utils/license.go b/utils/license.go index 0b4e666b0..f4775d338 100644 --- a/utils/license.go +++ b/utils/license.go @@ -218,6 +218,8 @@ func getClientLicense(l *model.License) map[string]string { props["MHPNS"] = strconv.FormatBool(*l.Features.MHPNS) props["PasswordRequirements"] = strconv.FormatBool(*l.Features.PasswordRequirements) props["Announcement"] = strconv.FormatBool(*l.Features.Announcement) + props["Elasticsearch"] = strconv.FormatBool(*l.Features.Elasticsearch) + props["DataRetention"] = strconv.FormatBool(*l.Features.DataRetention) props["IssuedAt"] = strconv.FormatInt(l.IssuedAt, 10) props["StartsAt"] = strconv.FormatInt(l.StartsAt, 10) props["ExpiresAt"] = strconv.FormatInt(l.ExpiresAt, 10) -- cgit v1.2.3-1-g7c22