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

Add adm_dependency dimension/filter to /tearcher

parent f7678f24
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!50Feature teacher route
Pipeline #
......@@ -91,6 +91,16 @@ rqf.addField({
name: 'dims',
field: true,
where: false
}).addValue({
name: 'adm_dependency',
table: 'docente',
tableField: 'dependencia_adm_id',
resultField: 'adm_dependency_id',
where: {
relation: '=',
type: 'integer',
field: 'dependencia_adm_id'
}
}).addValue({
name: 'adm_dependency_detailed',
table: 'docente',
......
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