Skip to content
Snippets Groups Projects
Commit 5113df34 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Add dimension/fitler education_type to /teacher route

parent 67d87071
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!50Feature teacher route
Pipeline #
...@@ -121,6 +121,16 @@ rqf.addField({ ...@@ -121,6 +121,16 @@ rqf.addField({
type: 'integer', type: 'integer',
field: 'etapas_mod_ensino_segmento_id' field: 'etapas_mod_ensino_segmento_id'
} }
}).addValue({
name: 'education_type',
table: 'docente',
tableField: 'nivel_tipo_formacao',
resultField: 'education_type_id',
where: {
relation: '=',
type: 'integer',
field: 'nivel_tipo_formacao'
}
}).addValue({ }).addValue({
name: 'region', name: 'region',
table: 'regiao', table: 'regiao',
......
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