Skip to content

Commit

Permalink
Fixed transcription admin causing crashes due to loading all transcri…
Browse files Browse the repository at this point in the history
…ptions into a drop-down (#2503)
  • Loading branch information
joshuastegmaier committed Aug 27, 2024
1 parent 34a1fbd commit c64cb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concordia/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ class TranscriptionAdmin(admin.ModelAdmin):
"reviewed_by",
"supersedes",
"text",
"source",
)

EXPORT_FIELDS = (
Expand Down

0 comments on commit c64cb90

Please sign in to comment.