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

Fix version autofill in Help Forums #11701

Open
chromb opened this issue Nov 29, 2024 · 2 comments
Open

Fix version autofill in Help Forums #11701

chromb opened this issue Nov 29, 2024 · 2 comments

Comments

@chromb
Copy link
Contributor

chromb commented Nov 29, 2024

There's been a few instances recently where users have made a post of the help forum, and have had the template autofill osu!stable version numbers when they only play on lazer. I believe this is caused by an issue in the 'recent version' logic in the corresponding osu-web page, but I'm not competent enough of a programmer to fix it.

image

Github page:

$body .= "osu! version: {$buildName}";

This could potentially be remedied by removing the autofilling entirely and leaving the user to fill this out themselves (potentially with a tooltip on where to find it)

@peppy
Copy link
Member

peppy commented Dec 2, 2024

Currently we don't have this information server-side for lazer until a user submits a score, so we'd want to look at add this. It shouldn't be a huge reach (and is probably something we'll want going forward anyway).

@nanaya
Copy link
Collaborator

nanaya commented Dec 2, 2024

can at least update it to first check the user's latest score and use its build info...

also I don't think the build is autofilled if the user has never used stable? 🤔

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

No branches or pull requests

3 participants