Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/17175] Fix topic title in the breadcrumbs when emailing a topic #6609

Merged
merged 1 commit into from
May 31, 2024

Conversation

battye
Copy link
Member

@battye battye commented May 12, 2024

PHPBB3-17175

This fixes a bug whereby the wrong topic title would show in the breadcrumbs when emailing a topic. (The cause was that the SQL query was missing t.topic_id = ' . (int) $topic_id)

Checklist:

  • Correct branch: master for new features; 3.3.x for fixes
  • Tests pass
  • Code follows coding guidelines: master and 3.3.x
  • Commit follows commit message format

Tracker ticket:

https://tracker.phpbb.com/projects/PHPBB3/issues/PHPBB3-17175

Screenshot:

(Previously, no matter what the topic id was it would always show the name of the first topic posted in that forum. Now, the breadcrumb will reflect the correct topic title associated with the topic id.)

Screenshot 2024-05-12 at 5 47 16 PM

@battye
Copy link
Member Author

battye commented May 12, 2024

It looks like the test failure was a GitHub problem rather than a code problem: "Windows - PHP 8.2 - postgres - unit - GitHub Actions has encountered an internal error when running your job."

If the test can please be re-run I think it'll pass.

@marc1706 marc1706 added this to the 3.3.13 milestone May 31, 2024
@marc1706 marc1706 merged commit 8a82321 into phpbb:3.3.x May 31, 2024
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants