Skip to content
Snippets Groups Projects
Commit fa01e30f authored by Guiusepe's avatar Guiusepe
Browse files

aaa

parent 9b643327
No related branches found
No related tags found
3 merge requests!309Merge new updates into master,!279Homologa,!276Course students update
Pipeline #27828 failed
...@@ -39,12 +39,12 @@ rqf.addField({ ...@@ -39,12 +39,12 @@ rqf.addField({
.addValueToField({ .addValueToField({
name: 'state', name: 'state',
table: 'ies_ens_superior', table: 'ies_ens_superior',
tableField: 'cod_uf', tableField: 'cod_uf_ies',
resultField: 'state_id', resultField: 'state_id',
where: { where: {
relation: '=', relation: '=',
type: 'integer', type: 'integer',
field: 'cod_uf', field: 'cod_uf_ies',
table: 'ies_ens_superior' table: 'ies_ens_superior'
} }
}, 'filter') }, 'filter')
......
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