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 crash on blank aliases/urls #4344

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

DingDongSoLong4
Copy link
Collaborator

This is a fix for the crash described in #4338. An error message of "x must not be blank" is now shown if any inputs are blank.

And then a fix for an issue I found while testing with the StringListInput component: if you get yourself into this situation below
image
then deleting the "c" gets you here
image
at which point typing a character into the bottom input will actually add it to the middle input instead.

Fixes #4338

@WithoutPants WithoutPants added the bug Something isn't working label Dec 12, 2023
@WithoutPants WithoutPants added this to the Version 0.24.0 milestone Dec 12, 2023
@WithoutPants WithoutPants merged commit d37de0e into stashapp:develop Dec 12, 2023
2 checks passed
@DingDongSoLong4 DingDongSoLong4 deleted the blank-aliases branch December 12, 2023 00:52
halkeye pushed a commit to halkeye/stash that referenced this pull request Sep 1, 2024
* Fix crash on blank alias/url
* Fix StringListInput clear issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] "TypeError: a.split is not a function" when editing performer or studio alias string
2 participants