Merge header and body components into row
What does this MR do and why?
This MR merges the widget_content_body
and widget_content_header
components into the widget_content_row
component. They used to contain little logic, therefore having a single component makes it easier to maintain the code and easier to develop logic using the widget_content_row
component.
Screenshots or screen recordings
No visual changes.
How to set up and validate locally
- You'll need an EE License
- You'll need to have runners enabled (See $2408961 for setting up a runner)
Steps
- Enable
:refactor_security_extension
to turn this feature on.
echo "Feature.enable(:refactor_security_extension)" | rails c
- Create a new MR by editing a file
- Verify that the page loads properly
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #376411 (closed)