ports/devel/bugzilla52/files/patch-PR250699
Mark Linimon 62f7d964a1 devel/bugzilla52: new port for the latest supported version.
Sponsored by:	The FreeBSD Foundation
PR:		284304
2025-04-14 13:49:59 -05:00

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
}
})