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

Fix school join in classroom route

parent dadb384b
No related branches found
No related tags found
1 merge request!116Release v1.0.0
......@@ -84,11 +84,6 @@ rqf.addField({
relation: '=',
type: 'integer',
field: 'id'
},
join: {
primary: ['id', 'ano_censo'],
foreign: ['escola_id', 'ano_censo'],
foreignTable: 'matricula'
}
}, 'dims').addValueToField({
name: 'school',
......@@ -99,11 +94,6 @@ rqf.addField({
relation: '=',
type: 'integer',
field: 'id'
},
join: {
primary: ['id', 'ano_censo'],
foreign: ['escola_id', 'ano_censo'],
foreignTable: 'matricula'
}
}, 'filter').addValueToField({
name: 'city',
......
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