Commit d175395db36779a46260a86a3211051c639b00d0
1 parent
2b9f87cf
Exists in
master
and in
11 other branches
Allow topics by default
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/proposals_discussion_plugin/discussion.rb
| ... | ... | @@ -16,7 +16,7 @@ class ProposalsDiscussionPlugin::Discussion < ProposalsDiscussionPlugin::Proposa |
| 16 | 16 | end |
| 17 | 17 | |
| 18 | 18 | settings_items :custom_body_label, :type => :string, :default => _('Body') |
| 19 | - settings_items :allow_topics, :type => :boolean, :default => false | |
| 19 | + settings_items :allow_topics, :type => :boolean, :default => true | |
| 20 | 20 | settings_items :phase, :type => :string, :default => :proposals |
| 21 | 21 | |
| 22 | 22 | attr_accessible :custom_body_label, :allow_topics, :phase | ... | ... |