Skip to content
Snippets Groups Projects
Unverified Commit 167d86d2 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix `role_ids` not accepting arrays in admin API (#20625)

Fix #19157
parent 2e2ba39a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class Api::V2::Admin::AccountsController < Api::V1::Admin::AccountsController
end
def filter_params
params.permit(*FILTER_PARAMS)
params.permit(*FILTER_PARAMS, role_ids: [])
end
def pagination_params(core_params)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment