Commit f965a88d authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'bw-fix-remove-unallowed-params' into 'master'

Group update_service, call super to allow CE to remove any params in `remove_unallowed_params`

See merge request gitlab-org/gitlab-ee!14788
parents 37eef3ee dfbe2a4a
...@@ -34,6 +34,8 @@ module EE ...@@ -34,6 +34,8 @@ module EE
params.delete(:shared_runners_minutes_limit) params.delete(:shared_runners_minutes_limit)
params.delete(:extra_shared_runners_minutes_limit) params.delete(:extra_shared_runners_minutes_limit)
end end
super
end end
def changes_file_template_project_id? def changes_file_template_project_id?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment