Skip to content

Commit

Permalink
Merge pull request #413 from arXiv/arxivce-712-anc-in-abs
Browse files Browse the repository at this point in the history
Fixes bug with ancilary file listing not showing up on abs page
  • Loading branch information
bdc34 authored Oct 19, 2023
2 parents 4532bf8 + 1df5e40 commit 2f66040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse/services/documents/db_implementation/db_abs.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _abs_for_version(self, identifier: Identifier,
raw='',
size_kilobytes=size_kilobytes,
submitted_date=created_tz,
source_type=SourceType(ver.source_format))
source_type=SourceType(ver.source_flags))
version_history.append(entry)

return to_docmeta(res, version_history, self.business_tz)
Expand Down

0 comments on commit 2f66040

Please sign in to comment.