Replace default feature proposals to nil
This commit is contained in:
@@ -28,7 +28,7 @@ section "Creating Settings" do
|
||||
|
||||
Setting.create(key: "feature.debates", value: "true")
|
||||
Setting.create(key: "feature.proposals", value: "true")
|
||||
Setting.create(key: "feature.featured_proposals", value: "true")
|
||||
Setting.create(key: "feature.featured_proposals", value: nil)
|
||||
Setting.create(key: "feature.polls", value: "true")
|
||||
Setting.create(key: "feature.spending_proposals", value: nil)
|
||||
Setting.create(key: "feature.spending_proposal_features.voting_allowed", value: nil)
|
||||
|
||||
Reference in New Issue
Block a user