From 8744c2da82b91eda800dce9a79cc9367cc725efb Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Sun, 24 Nov 2019 17:04:37 +0200 Subject: [PATCH] Remove hidden comment object_pk field from HTML. Refs #1028 - this field is not used when removing comments. Only comment_id is actually used! - get_details_case_run.html was displaying the wrong value for object_pk: it was showing TC.pk instead of TE.pk --- tcms/templates/case/get_details_case_run.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tcms/templates/case/get_details_case_run.html b/tcms/templates/case/get_details_case_run.html index f23a6e83ee..858073f2ca 100644 --- a/tcms/templates/case/get_details_case_run.html +++ b/tcms/templates/case/get_details_case_run.html @@ -60,7 +60,6 @@

Comments History ({{ comments_count }}): {% if perms.comments.can_moderate and comment.user.pk == request.user.pk %}
-
{% endif %}