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

Update delete image message and handler to use object ids #535

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

nobodyatroot
Copy link
Member

@nobodyatroot nobodyatroot commented Feb 28, 2024

Delete image handler and message was still using paths instead of IDs added in #501 causing 500s to be generated when image removal was attempted. Path is still needed to remove from filesystem, so method added to image entity class to get path from image to be compatible with existing imageManager->remove method.

@nobodyatroot nobodyatroot added bug Something isn't working backend Backend related issues and pull requests labels Feb 28, 2024
@nobodyatroot nobodyatroot self-assigned this Feb 28, 2024
@melroy89
Copy link
Member

lint :)

@nobodyatroot nobodyatroot merged commit de2c6b2 into main Feb 28, 2024
7 checks passed
@nobodyatroot nobodyatroot deleted the update_delete_image_to_use_ids branch February 28, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues and pull requests bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants