app/commands/decidim/debates/admin/update_debate.rb in decidim-debates-0.25.2 vs app/commands/decidim/debates/admin/update_debate.rb in decidim-debates-0.26.0.rc1
- old
+ new
@@ -41,10 +41,11 @@
description: parsed_description,
information_updates: form.information_updates,
instructions: form.instructions,
end_time: form.end_time,
start_time: form.start_time,
- scope: form.scope
+ scope: form.scope,
+ comments_enabled: form.comments_enabled
)
end
end
end
end