Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Data Generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
Data Generator
Merge requests
!92
Correctly apply transcriptions filter
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Correctly apply transcriptions filter
apply-trs-filter
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Eva Bardou
requested to merge
apply-trs-filter
into
master
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
Closes
#53 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6b26c1c8
1 commit,
11 months ago
3 files
+
11
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
atr_data_generator/extract/db.py
+
1
−
1
Options
@@ -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