#2474 closed enhancement (fixed)
Forums: Add a name to pending and archived post notices
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch commit |
Cc: |
Description
In #2379, we've added reporter's username to "flagged as spam" notice:
This post has been flagged as spam by %s.
It would make sense to do the same for pending and archived posts:
- Pending
- If username is available:
This post was unapproved by %s.
- If not:
This post is currently pending.
- If username is available:
- Archived
- If username is available:
This post was archived by %s.
- If not:
This post is currently archived.
.
- If username is available:
At the moment, archived posts don't have any notice at all, which is inconsistent with spam and pending.
Attachments (1)
Change History (11)
This ticket was mentioned in Slack in #forums by sergey. View the logs.
8 years ago
#4
@
8 years ago
- Keywords has-patch commit added
meta-2474.patch stores the username of the moderator who performed the last approve/unapprove or archive/unarchive action, and displays that data in the notice, if available.
The name of the moderator who approved or unarchived the post is not displayed anywhere at the moment (as there's no notices for normal posts), but I thought it would be helpful to keep that data for future reference, just in case.
Note: See
TracTickets for help on using
tickets.
In 4890: