From 71acc4577d9ab1dc0e81fb899a1dc3666767f4b6 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 12 Oct 2022 09:28:31 +0200 Subject: [PATCH] FIX: indexes should not require a subscription --- lib/custom_wizard/subscription.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/custom_wizard/subscription.rb b/lib/custom_wizard/subscription.rb index 06e8bd76..86330cc7 100644 --- a/lib/custom_wizard/subscription.rb +++ b/lib/custom_wizard/subscription.rb @@ -27,12 +27,6 @@ class CustomWizard::Subscription business: ['*'], community: ['*'] }, - index: { - none: [], - standard: ['*'], - business: ['*'], - community: ['*'] - }, required_data: { none: [], standard: ['*'], @@ -53,12 +47,6 @@ class CustomWizard::Subscription business: ['*'], community: ['*'] }, - index: { - none: [], - standard: ['*'], - business: ['*'], - community: ['*'] - }, type: { none: ['text', 'textarea', 'text_only', 'date', 'time', 'date_time', 'number', 'checkbox', 'dropdown', 'upload'], standard: ['*'],