discourse/plugins/discourse-assign
Natalie Tay 5de7572434
FIX: Exclude deleted posts and topics from assignments lists in various places (#34564)
This PR adds a check if the post an assignment is attached to is deleted
(by the author or another user) prior to listing it in
`/topics/group-topics-assigned/group_name.json`. This is done via
TopicQuery

Related:
https://meta.discourse.org/t/topic-deletion-should-clear-assignment/271996
2025-08-27 17:01:38 +08:00
..
app
assets DEV: Deprecate Site.mobileView/desktopView during initialization (#34122) 2025-08-25 16:49:52 -03:00
config Update translations (#34568) 2025-08-27 11:00:03 +02:00
db/migrate
lib
spec FIX: Exclude deleted posts and topics from assignments lists in various places (#34564) 2025-08-27 17:01:38 +08:00
svg-icons
test/javascripts DEV: Clean up d-assign tests (#34183) 2025-08-08 22:17:46 +02:00
plugin.rb FIX: Exclude deleted posts and topics from assignments lists in various places (#34564) 2025-08-27 17:01:38 +08:00
README.md

Assign Plugin

Allows you to assign topics and individual posts (both private and public) to a user or group.

For more information, please see: https://meta.discourse.org/t/discourse-assign/58044