Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Merge requests
!109
Enrollment liquid ratio
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enrollment liquid ratio
enrollment_liquid
into
development
Overview
0
Commits
5
Pipelines
3
Changes
1
Merged
Fernando Erd
requested to merge
enrollment_liquid
into
development
7 years ago
Overview
0
Commits
5
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
50e3c555
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
50e3c555
Fix - ethnic group field
· 50e3c555
Fernando Erd
authored
7 years ago
src/libs/routes/liquidEnrollmentRatio.js
+
3
−
3
Options
@@ -179,7 +179,7 @@ rqf.addField({
where
:
{
relation
:
'
=
'
,
type
:
'
integer
'
,
field
:
'
cor_raca
'
field
:
'
cor_raca
_id
'
}
}).
addValue
({
name
:
'
min_year
'
,
@@ -205,9 +205,9 @@ rqf.addField({
}
}).
addValue
({
name
:
'
gender
'
,
table
:
'
pnad
'
,
table
:
'
@
'
,
tableField
:
'
sexo
'
,
resultField
:
'
gender_
pnad_
id
'
,
resultField
:
'
gender_id
'
,
where
:
{
relation
:
'
=
'
,
type
:
'
integer
'
,
Loading