Skip to content

Commit

Permalink
fix: comment cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad committed Nov 21, 2023
1 parent 3dc47b6 commit f2fff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk/helpdesk/doctype/hd_comment/hd_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def on_trash(self):

@property
def cache_many(self):
return ["Comments", self.name]
return ["Comments", self.parent.name]

@property
def parent(self):
Expand Down

0 comments on commit f2fff9d

Please sign in to comment.