Opened 2 years ago
Last modified 14 months ago
#5708 new defect (bug)
Allow only moderators to remove modlook tag
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Support Forums | Keywords: | has-patch needs-testing |
Cc: |
Description
Currently, if someone reports a topic, the tag modlook is added. As far as I understand, the author or anyone replying on that topic can remove modlook tag from the list, before a moderator has the chance to review that report, so unless the topic is reported again, it stays in the wild as it is.
The ability to remove moodlook tag should only be available to moderators.
Maybe an extra check user_can( $user_id, 'moderate' )
when modlook is removed from the list of tags would do the trick.
Attachments (1)
Change History (13)
#1
@
2 years ago
- Summary changed from Allow only moderators to remove moodlook tag to Allow only moderators to remove modlook tag
This ticket was mentioned in Slack in #meta by vladytimy. View the logs.
2 years ago
This ticket was mentioned in Slack in #forums by yui. View the logs.
2 years ago
This ticket was mentioned in Slack in #meta by vladytimy. View the logs.
2 years ago
This ticket was mentioned in Slack in #forums by yui. View the logs.
22 months ago
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
14 months ago
#10
@
14 months ago
- Keywords has-patch needs-testing added
I made an attempt at blocking this in my patch. It isn't pretty, but it may work for now.
Perhaps it would be better to remove this as an allowable tag and allow it to be set/reset only via the "report topic" button. Anyone could report a topic, only a mod or above could click the removal button.