Merge pull request #1903 from wairbut-m2c/aperez-enable-disable-proposals

Add enable/disable option for 'Proposals' feature
This commit is contained in:
Raimond Garcia
2017-12-08 11:41:13 +01:00
committed by GitHub
18 changed files with 70 additions and 18 deletions

View File

@@ -38,6 +38,7 @@ section "Creating Settings" do
Setting.create(key: 'org_name', value: 'CONSUL')
Setting.create(key: 'place_name', value: 'City')
Setting.create(key: 'feature.debates', value: "true")
Setting.create(key: 'feature.proposals', value: "true")
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)