Renamed marketplace functions (#1354)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net> Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -54,7 +54,7 @@ func getSessionResponse(session *models.Principal) (*models.OperatorSessionRespo
|
||||
// getListOfEnabledFeatures returns a list of features
|
||||
func getListOfOperatorFeatures() []string {
|
||||
features := []string{}
|
||||
mpEnabled := getMPMode()
|
||||
mpEnabled := getMarketplace()
|
||||
|
||||
if mpEnabled != "" {
|
||||
features = append(features, fmt.Sprintf("mp-mode-%s", mpEnabled))
|
||||
|
||||
Reference in New Issue
Block a user