#1130 Add @ and # to edit comments
Merged by pingou. Opened by atelic.
atelic/pagure fix/editmentions  into  master

Download 1130.patch

Purpose

The dropdowns for @ and # were not working in comment edits since those elements don't exist when the page is loaded.

Changes

Add the same mentioning code from issues and pull requests to the comment_update template. This way dropdowns are added when the textarea is rendered.

Works for me, let's merge, thanks! :)

Pull-Request has been merged by pingou

Metadata