-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Events: Event series having both katakana/hiragana name variants disallows creating events #1804
Comments
Also, I just checked whether it happens across the board with characters that are interpreted as being the same for search purposes, but it looks like this doesn't happen for, say, "event w" with the alias "event v", only for event series with the same hiragana/katakana name. |
Katakana and hiragana don't really matter. You could have an event series with all three names set to the same thing and it still fails. |
This is currently working as intended:
The odd things are:
|
So the core question here is if we should remove the unique name requirements for events and their event series. For that it might be good to know why this rule exists in the first place. @Shiroizu or @andreoda might know more about this. |
I ran into this problem (no duplicate event names) again, when adding Digital Stars @ Miku Expo 2024 in Berlin. It was a duplicate of some of the other Digital Stars event, likely due to the same series number (2024). I worked around that by first setting the series number to 20241. |
Website (required)
[VocaDB / UtaiteDB / TouhouDB]
Describe the bug (required)
When you try to create an event for an event series where the series' name has both a katakana and hiragana variant (that are otherwise identical), then you'll get a "bad request" notification and be told the event name is already in use (even though it isn't) by event ID X (with X being the next unused event value).
Steps to reproduce the behavior:
Each time you hit save, the event ID increases by 1. This doesn't actually create an event though, and the audit log won't show any activity, nor will the ID appear in the data dump.
If you just remove the hiragana name, then it becomes possible to create events. Of course, the expected behavior would be to be able to create the event either way. However, this is a pretty odd circumstance and it seems pretty low priority now that I know what the problem was, so for the time being, I just want it to be known that this issue exists, in case such a circumstance happens again.
Checklist (required)
Fill out the checklist. Use
strikethroughsor leave fields empty if you don't know or are unable to check/test.The text was updated successfully, but these errors were encountered: