mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
FIX: deleting a flagged post issue
cf. http://meta.discourse.org/t/deleting-a-flagged-post-issue/10061 The bug was only happening when you were about the delete the first post, which means deleting the entire topic.
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
module("Discourse.AdminEmailIndexController");
|
||||
|
||||
test("mixes in Discourse.Presence", function() {
|
||||
ok(Discourse.Presence.detect(Discourse.AdminEmailIndexController.create()));
|
||||
});
|
@ -1,5 +0,0 @@
|
||||
module("Discourse.AdminEmailPreviewDigestController");
|
||||
|
||||
test("mixes in Discourse.Presence", function() {
|
||||
ok(Discourse.Presence.detect(Discourse.AdminEmailPreviewDigestController.create()));
|
||||
});
|
Reference in New Issue
Block a user