Address render_quick_actions parameter regression
What does this MR do and why?
Address render_quick_actions parameter regression.
735c9e54 dropped the :render_quick_actions permit (since it wasn't
immediately obvious), meaning the content editor preview which is used
to establish its baseline document "forgets" all quick actions; restore
and ensure it stays.
References
- Resolve StrongParams rubocop violation param id... (!222625 - merged) where this regressed
- Fixes Quick actions disappear when switching from PTE... (#591536 - closed).
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
- Check out
master. - Start writing a comment in the PTE on your GDK that includes a quick action. (Any valid quick action will do.)
- Switch to the RTE. Observe it vanish!
- Check out this branch; repeat. Observe it not vanish!
- This is the way.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Asherah Connor