sets spending proposal's settings to nil
This commit is contained in:
@@ -25,8 +25,8 @@ Setting.create(key: 'url', value: 'http://localhost:3000')
|
|||||||
Setting.create(key: 'org_name', value: 'Consul')
|
Setting.create(key: 'org_name', value: 'Consul')
|
||||||
Setting.create(key: 'place_name', value: 'City')
|
Setting.create(key: 'place_name', value: 'City')
|
||||||
Setting.create(key: 'feature.debates', value: "true")
|
Setting.create(key: 'feature.debates', value: "true")
|
||||||
Setting.create(key: 'feature.spending_proposals', value: "true")
|
Setting.create(key: 'feature.spending_proposals', value: nil)
|
||||||
Setting.create(key: 'feature.spending_proposal_features.voting_allowed', value: "true")
|
Setting.create(key: 'feature.spending_proposal_features.voting_allowed', value: nil)
|
||||||
Setting.create(key: 'feature.budgets', value: "true")
|
Setting.create(key: 'feature.budgets', value: "true")
|
||||||
Setting.create(key: 'feature.twitter_login', value: "true")
|
Setting.create(key: 'feature.twitter_login', value: "true")
|
||||||
Setting.create(key: 'feature.facebook_login', value: "true")
|
Setting.create(key: 'feature.facebook_login', value: "true")
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ Setting["meta_keywords"] = nil
|
|||||||
|
|
||||||
# Feature flags
|
# Feature flags
|
||||||
Setting['feature.debates'] = true
|
Setting['feature.debates'] = true
|
||||||
Setting['feature.spending_proposals'] = true
|
Setting['feature.spending_proposals'] = nil
|
||||||
Setting['feature.twitter_login'] = true
|
Setting['feature.twitter_login'] = true
|
||||||
Setting['feature.facebook_login'] = true
|
Setting['feature.facebook_login'] = true
|
||||||
Setting['feature.google_login'] = true
|
Setting['feature.google_login'] = true
|
||||||
@@ -72,7 +72,7 @@ Setting['feature.budgets'] = true
|
|||||||
Setting['feature.signature_sheets'] = true
|
Setting['feature.signature_sheets'] = true
|
||||||
|
|
||||||
# Spending proposals feature flags
|
# Spending proposals feature flags
|
||||||
Setting['feature.spending_proposal_features.voting_allowed'] = true
|
Setting['feature.spending_proposal_features.voting_allowed'] = nil
|
||||||
|
|
||||||
# Banner styles
|
# Banner styles
|
||||||
Setting['banner-style.banner-style-one'] = "Banner style 1"
|
Setting['banner-style.banner-style-one'] = "Banner style 1"
|
||||||
|
|||||||
Reference in New Issue
Block a user