# Trying to un-delete a deleted topic doesn't work, found error in logs

**URL:** https://meta.discourse.org/t/trying-to-un-delete-a-deleted-topic-doesnt-work-found-error-in-logs/23712
**Category:** Bug
**Created:** [6. Januar 2015 um 20:42 UTC](https://meta.discourse.org/t/trying-to-un-delete-a-deleted-topic-doesnt-work-found-error-in-logs/23712 "2015-01-06T20:42:09Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![chapel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapel/32/122414_2.png) [@chapel](https://meta.discourse.org/u/chapel)
#### Post date: [6. Januar 2015 um 20:42 UTC](https://meta.discourse.org/t/trying-to-un-delete-a-deleted-topic-doesnt-work-found-error-in-logs/23712/1 "2015-01-06T20:42:09Z")

</div>

I accidentally deleted a topic that I didn’t intend to, when I went back to un-delete it through the mod panel, it didn’t appear to do anything. Subsequent clicks of un-delete did nothing as well.

Looking at the admin error logs, I found this:

```plaintext
Error: Nothing handled the action 'recoverTopic'. If you did handle the action, this error can be caused by returning true from an action handler in a controller, causing the action to bubble.
    at new Error (native)
    at Error.n (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:8:3118)
    at Object.E [as triggerEvent] (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:10:13391)
    at l (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:15:5757)
    at Object.u.trigger (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:14:29924)
    at V.extend.send (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:10:16729)
    at o.create.send (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:11:16316)
    at o.create.send (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:11:16316)
    at http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:9:11716
    at Object.s.run (http://discourse.wastingyourlife.co/assets/vendor-514d538a8a080bf81791da4c2da01aab.js:5:543)

```

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [6. Januar 2015 um 22:11 UTC](https://meta.discourse.org/t/trying-to-un-delete-a-deleted-topic-doesnt-work-found-error-in-logs/23712/2 "2015-01-06T22:11:37Z")

</div>

Legit bug 👍 Will fix it.

---

<div class="post-metadata">

### Author: ![chapel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapel/32/122414_2.png) [@chapel](https://meta.discourse.org/u/chapel)
#### Post date: [6. Januar 2015 um 22:39 UTC](https://meta.discourse.org/t/trying-to-un-delete-a-deleted-topic-doesnt-work-found-error-in-logs/23712/3 "2015-01-06T22:39:33Z")

</div>

Thanks 😄

If I wasn’t busy I would have looked into a fix but at the very least a post here seemed appropriate.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [7. Januar 2015 um 09:54 UTC](https://meta.discourse.org/t/trying-to-un-delete-a-deleted-topic-doesnt-work-found-error-in-logs/23712/4 "2015-01-07T09:54:09Z")

</div>

Thanks for reporting that 👍 I just pushed a fix 🐆

[https://github.com/discourse/discourse/commit/65f0339146e8b741cb82d053c5ba45675d1d2c5d](https://github.com/discourse/discourse/commit/65f0339146e8b741cb82d053c5ba45675d1d2c5d)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [7. Januar 2015 um 09:54 UTC](https://meta.discourse.org/t/trying-to-un-delete-a-deleted-topic-doesnt-work-found-error-in-logs/23712/5 "2015-01-07T09:54:11Z")

</div>


