Add SDG::RelatedListSelectorComponent to Proposals

Allow to relate SDG and Targets to Proposals
This commit is contained in:
taitus
2021-01-21 17:17:16 +01:00
parent e6bfeef58d
commit 95c1f36bdd
3 changed files with 42 additions and 2 deletions

View File

@@ -98,8 +98,8 @@ class ProposalsController < ApplicationController
private
def proposal_params
attributes = [:video_url, :responsible_name, :tag_list,
:terms_of_service, :geozone_id, :skip_map,
attributes = [:video_url, :responsible_name, :tag_list, :terms_of_service,
:geozone_id, :skip_map, :sdg_related_list,
image_attributes: image_attributes,
documents_attributes: [:id, :title, :attachment, :cached_attachment,
:user_id, :_destroy],