Skip to content

Commit 9a30b2e

Browse files
authored
Fix review conversation reply (#23846)
Regression of #23245 Close #23843
1 parent e216585 commit 9a30b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/repo/diff/comment_form.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
{{if $.reply}}
2828
<button class="ui submit green tiny button btn-reply" type="submit">{{$.root.locale.Tr "repo.diff.comment.reply"}}</button>
2929
<input type="hidden" name="reply" value="{{$.reply}}">
30+
<input type="hidden" name="single_review" value="true">
3031
{{else}}
3132
{{if $.root.CurrentReview}}
3233
<button name="pending_review" type="submit" class="ui submit green tiny button btn-add-comment">{{$.root.locale.Tr "repo.diff.comment.add_review_comment"}}</button>

0 commit comments

Comments
 (0)