Skip to content
Snippets Groups Projects
Commit 87ec6ac0 authored by Leon A. Okida Gonçalves's avatar Leon A. Okida Gonçalves
Browse files

Add year filter to the division of responsibility route

parent 6b7b7f8a
No related branches found
No related tags found
4 merge requests!377prd_version of simcaq,!368update filter in v2 school,!360Development,!359Fix fields in city/state filters, add year filter to division of responsibility route
......@@ -52,6 +52,15 @@ rqf.addField({
name: 'dims',
field: true,
where: false
}).addValue({
name: 'year',
table: 'simcaq_divisao_de_responsabilidade',
tableField: 'ano_censo',
where: {
relation: '=',
type: 'integer',
field: 'ano_censo'
}
}).addValue({
name: 'city',
table: 'municipio',
......
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