Skip to content

Commit b8eee86

Browse files
requested review: add data to notification title (#13284)
1 parent c48d541 commit b8eee86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/finding/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ def request_finding_review(request, fid):
16011601

16021602
create_notification(
16031603
event="review_requested", # TODO: - if 'review_requested' functionality will be supported by API as well, 'create_notification' needs to be migrated to place where it will be able to cover actions from both interfaces
1604-
title="Finding review requested",
1604+
title=f"Finding review requested for Test created for {finding.test.engagement.product}: {finding.test.engagement.name}: {finding.test} - {finding.title}",
16051605
requested_by=user,
16061606
note=new_note,
16071607
finding=finding,

0 commit comments

Comments
 (0)