discourse/app
Andrei Prigorshnev b7b8f5e6f3
FIX: Moderator actions and small actions shouldn't prevent fully merged topics from closing (#13200)
When a topic is fully merged into another topic we close it and schedule its deleting. But, because of a bug, if the merged topic contains some moderator actions or small actions it won't be merged. This change fixes this problem.

An important note: in general, we don't want to close a topic after moving posts if it still contains some regular posts or whispers. But when we are moving posts to a private message we don't want the notice about it to be publicly visible. So we use whispers with action_code == 'split_topic' instead of small_actions in such cases and we should ignore this specific kind of whispers when decide if we should close the merged topic.
2021-06-02 13:42:03 +04:00
..
assets FIX: Split link watched words from replace (#13196) 2021-06-02 15:36:49 +10:00
controllers DEV: Topic tracking state improvements (#13218) 2021-06-02 09:06:29 +10:00
helpers FEATURE: Normalize the service worker route (#12343) 2021-05-25 19:39:31 -03:00
jobs FEATURE: Show stale reviewable to other clients (#13114) 2021-05-26 09:47:35 +10:00
mailers FEATURE: Improve group email settings UI (#13083) 2021-05-28 09:28:18 +10:00
models FIX: Moderator actions and small actions shouldn't prevent fully merged topics from closing (#13200) 2021-06-02 13:42:03 +04:00
serializers FIX: Split link watched words from replace (#13196) 2021-06-02 15:36:49 +10:00
services FIX: Split link watched words from replace (#13196) 2021-06-02 15:36:49 +10:00
views DEV: Remove ember_jquery in most situations (#13237) 2021-06-01 15:32:51 -04:00