Skip to content
Snippets Groups Projects
Commit 878c9149 authored by ns17's avatar ns17
Browse files

Add region in institution

parent 8f8f35ec
Branches
Tags
3 merge requests!28Development,!26Add region in institution,!21Add region in institution
...@@ -86,6 +86,17 @@ rqf.addField({ ...@@ -86,6 +86,17 @@ rqf.addField({
type: 'string', type: 'string',
field: 'sigla_uf_ies', field: 'sigla_uf_ies',
}, },
})
.addValue({
name: 'region',
table: 'institution_ag',
tableField: 'region',
resultField: 'region',
where: {
relation: '=',
type: 'string',
field: 'region',
},
}); });
institution.get('/', rqf.parse(), rqf.build(), (req, res, next) => { institution.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment