Skip to content
Snippets Groups Projects
Commit 19bccb38 authored by Victor Picussa's avatar Victor Picussa
Browse files

Changed variables to work with new protocols

parent e5ffaa0e
Branches
Tags
1 merge request!257V1.14.0
......@@ -241,7 +241,7 @@ rqf.addField({
}).addValue({
name: 'region',
table: 'localoferta_ens_superior',
tableField: ['nome_regiao_curso', 'cod_regiao_curso'],
tableField: ['nome_regiao', 'cod_regiao'],
resultField: ['region_name', 'region_id'],
where: {
relation: '=',
......@@ -257,7 +257,7 @@ rqf.addField({
}).addValue({
name: 'state',
table: 'localoferta_ens_superior',
tableField: ['sigla_uf', 'cod_uf'],
tableField: ['sigla_uf_t', 'cod_uf_t'],
resultField: ['state_name', 'state_id'],
where: {
relation: '=',
......@@ -273,7 +273,7 @@ rqf.addField({
}).addValue({
name: 'city',
table: 'localoferta_ens_superior',
tableField: ['cod_municipio', 'nome_municipio'],
tableField: ['cod_municipio_t', 'nome_municipio_t'],
resultField: ['city_id', 'city_name'],
where: {
relation: '=',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment