You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a feature or a bug, but when note is closed, logged-in users are unable to add a comment when reactivating note. It looks like backend already supports adding comment when reactivating (processing of text API::NotesController#reopen). Perhaps it could be usable to mappers to have this ability to describe why they are reactivating some note?
Description
Do we need to display text-box for entering comment when reactivating note if user is logged-in?
Screenshots
The text was updated successfully, but these errors were encountered:
I thought about this when #5359 was discovered. Always having a textarea would have fixed that bug.
I don't know why there's no comment input for closed noted, but it looks like a deliberate choice. When commenting was first added to the web ui there was no reopen action available d57755b. Later reopen was added d74d4f8 and right after that the ui for it with a hidden comment input 02d9584.
Problem
Not sure if this is a feature or a bug, but when note is closed, logged-in users are unable to add a comment when reactivating note. It looks like backend already supports adding comment when reactivating (processing of
text
API::NotesController#reopen). Perhaps it could be usable to mappers to have this ability to describe why they are reactivating some note?Description
Do we need to display text-box for entering comment when reactivating note if user is logged-in?
Screenshots
The text was updated successfully, but these errors were encountered: