mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
420 B
Text
12 lines
420 B
Text
# 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
|
|
}
|
|
})
|