viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

fix: `RecordBone.getReferencedBlobs` should collect references for all bones #1213

Closed sveneberth closed 3 months ago

sveneberth commented 3 months ago

The if not bone.searchable condition introduced in #528 due to refactorings was too much.

Without this fix, weak files are not locked and will be deleted.

Fixes #1211