FIX: indexes should not require a subscription
Dieser Commit ist enthalten in:
Ursprung
0b4c154456
Commit
71acc4577d
1 geänderte Dateien mit 0 neuen und 12 gelöschten Zeilen
|
@ -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: ['*'],
|
||||
|
|
Laden …
In neuem Issue referenzieren