Skip to content
Snippets Groups Projects
Commit 50e3c555 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fix - ethnic group field

parent 6c4b46f8
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!109Enrollment liquid ratio
Pipeline #
This commit is part of merge request !109. Comments created here will be created in the context of that merge request.
...@@ -179,7 +179,7 @@ rqf.addField({ ...@@ -179,7 +179,7 @@ rqf.addField({
where: { where: {
relation: '=', relation: '=',
type: 'integer', type: 'integer',
field: 'cor_raca' field: 'cor_raca_id'
} }
}).addValue({ }).addValue({
name: 'min_year', name: 'min_year',
...@@ -205,9 +205,9 @@ rqf.addField({ ...@@ -205,9 +205,9 @@ rqf.addField({
} }
}).addValue({ }).addValue({
name: 'gender', name: 'gender',
table: 'pnad', table: '@',
tableField: 'sexo', tableField: 'sexo',
resultField: 'gender_pnad_id', resultField: 'gender_id',
where: { where: {
relation: '=', relation: '=',
type: 'integer', type: 'integer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment