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

[16.0] fs_attachment: Stored Compute Attachments Not Fetched from File Storage #411

Open
miikanissi opened this issue Oct 24, 2024 · 0 comments

Comments

@miikanissi
Copy link

Due to the following condition, any binary field which is a stored compute or stored related field are not correctly fetched from the file storage:

if field_def.attachment and not field_def.compute and not field_def.related:

Is there a reason why compute and related fields are ignored? Shouldn't it only care whether the file is stored in the database or not?

This leads to an error if you have an attachment which is a stored compute field.

@miikanissi miikanissi changed the title Stored Compute Attachments Not Fetched from File Storage [16.0] fs_attachment: Stored Compute Attachments Not Fetched from File Storage Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant