Skip to content

Fix NotesController in EE failing since 16fe447d

Thong Kuah requested to merge 9934-fix-spec-failure into master

What does this MR do?

Looks like normalize_create_params for Groups::Epics::NotesController is now overridden by https://gitlab.com/gitlab-org/gitlab-ee/commit/16fe447de075c972f6b527e0cdbdb5c1ea725062#e09b2ee7aa552d9c74db7a7905c7e626eff5a7cb_213_206 since 16fe447d. Convert the code block so that the override in Groups::Epics::NotesController works with NotesActions

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/9934 and https://gitlab.com/gitlab-org/gitlab-ee/issues/9935

Does this MR meet the acceptance criteria?

Edited by Thong Kuah

Merge request reports