Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
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: ['*'],
|
business: ['*'],
|
||||||
community: ['*']
|
community: ['*']
|
||||||
},
|
},
|
||||||
index: {
|
|
||||||
none: [],
|
|
||||||
standard: ['*'],
|
|
||||||
business: ['*'],
|
|
||||||
community: ['*']
|
|
||||||
},
|
|
||||||
required_data: {
|
required_data: {
|
||||||
none: [],
|
none: [],
|
||||||
standard: ['*'],
|
standard: ['*'],
|
||||||
|
@ -53,12 +47,6 @@ class CustomWizard::Subscription
|
||||||
business: ['*'],
|
business: ['*'],
|
||||||
community: ['*']
|
community: ['*']
|
||||||
},
|
},
|
||||||
index: {
|
|
||||||
none: [],
|
|
||||||
standard: ['*'],
|
|
||||||
business: ['*'],
|
|
||||||
community: ['*']
|
|
||||||
},
|
|
||||||
type: {
|
type: {
|
||||||
none: ['text', 'textarea', 'text_only', 'date', 'time', 'date_time', 'number', 'checkbox', 'dropdown', 'upload'],
|
none: ['text', 'textarea', 'text_only', 'date', 'time', 'date_time', 'number', 'checkbox', 'dropdown', 'upload'],
|
||||||
standard: ['*'],
|
standard: ['*'],
|
||||||
|
|
Laden …
In neuem Issue referenzieren