summaryrefslogtreecommitdiff
path: root/devel/bugzilla50/files/patch-PR250699
blob: 35befe1b9077710a674cc58ab9fffa7037be4184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Upstream pull request: https://github.com/bugzilla/bugzilla/pull/204
--- js/field.js.orig	2025-01-07 00:48:14 UTC
+++ js/field.js
@@ -1078,7 +1078,7 @@ function show_comment_preview(bug_id) {
         method: 'Bug.render_comment',
         params: {
             Bugzilla_api_token: BUGZILLA.api_token,
-            id: bug_id,
+            id: bug_id ? bug_id : 1,
             text: comment.value
         }
     })