Skip to content

Move all param logic out of registration group service layer

Doug Stull requested to merge 463031-move-params-permit-into-controller into master

What does this MR do and why?

Move all param logic out of registration group service layer

  • param permitting should be at the controller layer and right now it is in the service layer and incorrectly muddies the controller and model layer.
  • move the parameter permit logic to the controller layer
  • a few other tweaks as well for parameters
  • see #463031 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #463031 (closed)

Merge request reports

Loading