Prepare relatable concern and relations controller
Allow send Goals and Targets from edit component input field
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user