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

Project settings keep resetting #1416

Open
henkelmax opened this issue Jan 28, 2024 · 2 comments
Open

Project settings keep resetting #1416

henkelmax opened this issue Jan 28, 2024 · 2 comments
Labels
bug Something isn't working web Relates to Modrinth.com web frontend

Comments

@henkelmax
Copy link
Contributor

Describe the bug

I'm not sure if this is a frontend or backend issue, but when changing the client side setting from Unsupported to Optional, it keeps resetting.

Just for context, the project is https://modrinth.com/mod/status

Steps to reproduce

  1. Go to your project
  2. Go to settings/general
  3. Set Client Side from Unsupported to Optional
  4. Save Changes
  5. Refresh
  6. The setting is still Unsupported

Expected behavior

The setting to save

Additional context

image
image
image
image
image

@Prospector
Copy link
Member

I believe this is because in API v3, client unsupported & server required or client optional & server required are effectively the same values. See the migration path here
image

When we update this interface to v3, it'll display as something like (language TBD):

This mod is supported:

❌ On just the client
✔️ On just the server
✔️ In Singleplayer
✔️ On both the client and the server

@triphora
Copy link
Contributor

The interface could very well be added right now to avoid further confusion on this topic. The frontend already uses v3 in some places.

@Prospector Prospector transferred this issue from modrinth/knossos Aug 3, 2024
@Prospector Prospector added the web Relates to Modrinth.com web frontend label Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working web Relates to Modrinth.com web frontend
Development

No branches or pull requests

3 participants