app/commands/decidim/consultations/admin/update_consultation.rb in decidim-consultations-0.11.2 vs app/commands/decidim/consultations/admin/update_consultation.rb in decidim-consultations-0.12.0.pre
- old
+ new
@@ -53,10 +53,11 @@
remove_banner_image: form.remove_banner_image,
highlighted_scope: form.highlighted_scope,
introductory_video_url: form.introductory_video_url,
start_voting_date: form.start_voting_date,
end_voting_date: form.end_voting_date,
- introductory_image: form.introductory_image
+ introductory_image: form.introductory_image,
+ remove_introductory_image: form.remove_introductory_image
}
end
end
end
end