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

Add region in institution

parent 8f8f35ec
Branches
No related tags found
3 merge requests!28Development,!26Add region in institution,!21Add region in institution
......@@ -86,6 +86,17 @@ rqf.addField({
type: 'string',
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) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment