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

fixing filters

parent 77ab838b
No related branches found
No related tags found
3 merge requests!309Merge new updates into master,!279Homologa,!278Enrollment situation tmp
Pipeline #28130 failed
...@@ -333,12 +333,12 @@ rqf.addField({ ...@@ -333,12 +333,12 @@ rqf.addField({
relation: '=', relation: '=',
type: 'integer', type: 'integer',
field: 'localoferta_cod_uf', field: 'localoferta_cod_uf',
table: 'localoferta_ens_superior_matricula' table: 'localoferta_ens_superior_matricula2'
}, },
join: { join: {
primary: 'id', primary: 'id',
foreign: 'localoferta_cod_uf', foreign: 'localoferta_cod_uf',
foreignTable: 'localoferta_ens_superior_matricula' foreignTable: 'localoferta_ens_superior_matricula2'
} }
}).addValue({ }).addValue({
name: 'region', name: 'region',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment