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

Don't set image.title to file basename in graphql #5658

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

WithoutPants
Copy link
Collaborator

The Image.title graphql field was incorrectly set to the file basename if it did not have a title set. This is inconsistent with the other media object types.

This PR removes the resolver from the title field on Image. title will no longer be populated with the file basename. Also removed the deprecated files field from the Image data fragments in the UI, in favour of visual_files.

Resolves #5657

@WithoutPants WithoutPants added the bug Something isn't working label Feb 12, 2025
@WithoutPants WithoutPants added this to the Version 0.28.0 milestone Feb 12, 2025
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] GQL findImages by title not working
1 participant