After adding a comment to the issue, whenever clicked on the edit comment button, the basic comment box of size 1 row appeared, wherein the actual comment box is of size 8 rows. So I added the rows=8 to the comment_update page.
:thumbsup:
rebased onto 6a6a0ee529af4978941aec0f1050f7c7b925124c
pretty please pagure-ci rebuild
This actually fails CI and more precisely: test_update_issue_edit_comment in tests/test_pagure_flask_ui_issues.py and tests/test_pagure_flask_ui_issues_open_access.py
test_update_issue_edit_comment
tests/test_pagure_flask_ui_issues.py
tests/test_pagure_flask_ui_issues_open_access.py
rebased onto 163e996add01e21df63a29f85d02212e9bdce346
This project has moved to https://forge.fedoraproject.org/apps/pagure. As part of the migration, all open pull requests on pagure.io have been closed. If you'd like to continue working on this, please fork the repository on the new forge and re-submit your PR there.
Pull-Request has been closed by ryanlerch
After adding a comment to the issue, whenever clicked on the edit comment button, the basic comment box of size 1 row appeared, wherein the actual comment box is of size 8 rows. So I added the rows=8 to the comment_update page.