# Moderation History

**URL:** https://meta.discourse.org/t/moderation-history/76684
**Category:** Feature
**Created:** [December 24, 2017, 5:11am UTC](https://meta.discourse.org/t/moderation-history/76684 "2017-12-24T05:11:45Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [December 24, 2017, 5:11am UTC](https://meta.discourse.org/t/moderation-history/76684/1 "2017-12-24T05:11:45Z")

</div>

We’re considering granting Trust Level 4 “Leader” to some members that are not in the Staff group.

During testing, (last upgraded a few days ago) I noticed a missing translation for “moderation\_history” in the TL4 wrench menu options.

I’m wondering if it’s a good idea to let TL4 members see the moderation history, missing translation or otherwise.

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [December 24, 2017, 5:38am UTC](https://meta.discourse.org/t/moderation-history/76684/2 "2017-12-24T05:38:38Z")

</div>

Repro steps for the missing translation:

1. Login as TL 4 User
2. Visit Topic
3. Click Wrench on topic

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/b/8b09b119a4bc16cbbbf9782ab306e4f2d7d48535.png)

As for this feature, I feel TL 4 shouldn’t even be seeing this option. But it is hard to say what the original intent was (I haven’t looked at the code yet).

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [December 24, 2017, 6:17am UTC](https://meta.discourse.org/t/moderation-history/76684/3 "2017-12-24T06:17:28Z")

</div>

Looks like @eviltrout’s code?

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [December 24, 2017, 8:42am UTC](https://meta.discourse.org/t/moderation-history/76684/4 "2017-12-24T08:42:50Z")

</div>

> [@cpradio](#):
>
> the original intent

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/admin/controllers/modals/admin-moderation-history.js.es6](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/admin/controllers/modals/admin-moderation-history.js.es6)

> eviltrout FEATURE: Show a button to Staff for “Moderation History” on posts/topics

I can’t speak for other Moderators, but I wouldn’t mind if the non-Moderator members we’re considering for TL4 could see what action I did. But exposing information related to the account an action was taken against would be TMI IMHO

EDIT  
the translation is also missing for the post wrench menu.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [December 26, 2017, 10:14pm UTC](https://meta.discourse.org/t/moderation-history/76684/5 "2017-12-26T22:14:09Z")

</div>

Fixed here:

[https://github.com/discourse/discourse/commit/6cffbb4ea402ec8417c92a9a39ae9d28011584fd](https://github.com/discourse/discourse/commit/6cffbb4ea402ec8417c92a9a39ae9d28011584fd)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [December 26, 2017, 10:35pm UTC](https://meta.discourse.org/t/moderation-history/76684/6 "2017-12-26T22:35:53Z")

</div>


