mirror of
https://github.com/makeplane/plane.git
synced 2026-04-30 04:59:41 -05:00
[WEB-4875] fix: unsubscribed work items on workspace subscribed work item filter #7775
This commit is contained in:
@@ -476,6 +476,8 @@ def filter_subscribed_issues(params, issue_filter, method, prefix=""):
|
||||
issue_filter[f"{prefix}issue_subscribers__subscriber_id__in"] = params.get(
|
||||
"subscriber"
|
||||
)
|
||||
issue_filter[f"{prefix}issue_subscribers__deleted_at__isnull"] = True
|
||||
|
||||
return issue_filter
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user