Skip to content
Snippets Groups Projects

Update controller and serializer entity for actually importing groups

Merged Illya Klymov requested to merge 249160-group-migration-import-one-group-frontend into master
All threads resolved!
Files
4
@@ -57,7 +57,7 @@ def configure_params
end
def create_params
params.permit(:bulk_import, [*bulk_import_params])
+4
params.permit(bulk_import: [*bulk_import_params])[:bulk_import]
end
def bulk_import_params
@@ -127,7 +127,7 @@ def clear_session_data
def credentials
{
url: session[url_key],
access_token: [access_token_key]
access_token: session[access_token_key]
}
end
end
Loading