Skip to content

Fix unresponsive reply button in discussions

Paul Gascou-Vaillancourt requested to merge 63200-reply-button-broken into master

What does this MR do?

This fixes a regression introduced when discussion notes were refactored in this MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27066 Due to incorrect casing used in events handlers, the reply button became unresponsive:

bugged

The casing has now been corrected, which restores the button's functionality:

fixed

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Closes #63200 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports