Skip to content

Commit 81ecd19

Browse files
Linker44galvana
authored andcommitted
Fix consent webhook requests not visible on detail page (#8059)
1 parent d3f5ea8 commit 81ecd19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fides/service/privacy_request/privacy_request_query_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def filter_privacy_request_queryset(
239239
)
240240
)
241241

242-
if not include_consent_webhook_requests:
242+
if not include_consent_webhook_requests and not filters.request_id:
243243
query = query.filter(
244244
or_(
245245
PrivacyRequest.source != PrivacyRequestSource.consent_webhook,

0 commit comments

Comments
 (0)