openstreetmap / openstreetmap-website

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
2.16k stars 908 forks source link

Add user interface for moderators to hide note comments #1934

Open woodpeck opened 6 years ago

woodpeck commented 6 years ago

The data model already supports hiding individual note comments, however this currently requires setting the visible flag on the comment to false using SQL in the database since there is no API or user interface for it. It would be great if moderators could hide individual comments through the user interface. (Currently they can only hide a note completely.)

mmd-osm commented 2 years ago

Note to EWG: Probably nothing left to do here except merging the pull request.