Skip to content

Comments

Code Review Bench PR #25858 - 🐛 Fixed reply form showing parent comment author's details#2

Open
tomerqodo wants to merge 2 commits intobase_pr_25858_20260125_5844from
corrupted_pr_25858_20260125_5844
Open

Code Review Bench PR #25858 - 🐛 Fixed reply form showing parent comment author's details#2
tomerqodo wants to merge 2 commits intobase_pr_25858_20260125_5844from
corrupted_pr_25858_20260125_5844

Conversation

@tomerqodo
Copy link

Code Review Bench PR TryGhost#25858

Original PR Title: 🐛 Fixed reply form showing parent comment author's details
Original PR Description: ## Summary

When opening a reply form on a comment, the form header was incorrectly displaying the parent comment author's name and expertise instead of the current user's data. This happened because the code used fallback patterns that pulled values from the comment being replied to when the current member had no name or expertise set.

The fix removes these fallbacks so the reply form only shows the logged-in user's own details (or the appropriate placeholder if they have none).

ref https://linear.app/ghost/issue/BER-3212
Original PR URL: TryGhost#25858

rob-ghost and others added 2 commits January 25, 2026 11:56
ref https://linear.app/ghost/issue/BER-3212

When a user opened a reply form, the form header was showing the parent
comment author's name and expertise instead of the current user's data.
This happened because the code used a fallback pattern that pulled from
the comment being replied to when the current member had no value set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants