mirror of https://github.com/interlegis/sapl.git
Browse Source
get_field_display() used value.name.split('/')[-1] which gives the raw
storage path basename (UUID for new uploads). Use str(value) instead,
which calls MetadataFieldFile.__str__ and returns original_filename from
the metadata row.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
file-metafields
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue