Skip to content
Snippets Groups Projects

Correctly apply transcriptions filter

Merged Eva Bardou requested to merge apply-trs-filter into master
3 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -77,7 +77,7 @@ def get_children_info(
# Filter by transcription source
if sources:
transcriptions.where(parse_sources(sources.copy()))
transcriptions = transcriptions.where(parse_sources(sources.copy()))
# Additional ordering in case there are identical names
return transcriptions.order_by(Transcription.element.name, Transcription.element_id)
Loading