Prepare relatable concern and relations controller

Allow send Goals and Targets from edit component input field
This commit is contained in:
taitus
2021-01-18 11:44:16 +01:00
parent beda6cb8c8
commit 7b1821fc9b
6 changed files with 53 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ class SDGManagement::RelationsController < SDGManagement::BaseController
end
def update
@record.sdg_target_list = params[@record.class.table_name.singularize][:sdg_target_list]
@record.sdg_related_list = params[@record.class.table_name.singularize][:sdg_related_list]
redirect_to({ action: :index }, notice: update_notice)
end