From b7fd1fc76aef71925c2261f4531cf02fcfce55bd Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 21 Jul 2023 10:56:50 +0200 Subject: [PATCH] Update config annotation --- profile/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/config.go b/profile/config.go index 51fd731b..424b459a 100644 --- a/profile/config.go +++ b/profile/config.go @@ -254,9 +254,9 @@ func registerConfiguration() error { //nolint:maintidx ExpertiseLevel: config.ExpertiseLevelExpert, DefaultValue: false, Annotations: config.Annotations{ - config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder, - config.CategoryAnnotation: "History", - config.SettingRequiresFeaturePlan: account.FeatureHistory, + config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder, + config.CategoryAnnotation: "History", + config.RequiresFeatureID: account.FeatureHistory, }, }) if err != nil {