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

Movie URLs #4900

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Movie URLs #4900

merged 3 commits into from
Jun 11, 2024

Conversation

WithoutPants
Copy link
Collaborator

Similar to #4114, #4000, #3852.

The link button in the Movie page is changed to show a dropdown menu of URLs if there are multiple URLs on the Movie:
image

Addresses an issue with the excludes modifier on URL (and other string) lists which would only exclude an item if all of its strings matched the provided filter value.

The schema change also removes the unique index on name preventing movies with duplicate titles from being created.

Resolves #4373
Resolves #2042

@WithoutPants WithoutPants added the feature Pull requests that add a new feature label May 30, 2024
@WithoutPants WithoutPants added this to the Version 0.27.0 milestone Jun 3, 2024
@WithoutPants WithoutPants merged commit 62bdff3 into stashapp:develop Jun 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Pull requests that add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Multiple movie urls Allow creating movies with duplicate names
1 participant