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

fix issue with the simcaq_second_report_route where the...

fix issue with the simcaq_second_report_route where the adm_dependency_detailed_id filter wasn't correctly set up
parent fc6b6bfb
No related branches found
No related tags found
4 merge requests!377prd_version of simcaq,!373merge dev -> homologa,!367Add functional version of middleware, add flag to check whether it runs...,!366Add functional version of middleware, add flag to check whether it runs...
......@@ -106,13 +106,13 @@ rqf.addField({
foreignTable: 'simcaq_relatorio_2'
}
}, 'dims').addValue({
name: 'adm_dependency',
name: 'adm_dependency_detailed_id',
table: 'simcaq_relatorio_2',
tableField: 'dependencia_adm_id',
tableField: 'dependencia_adm_priv',
where: {
relation: '=',
type: 'integer',
field: 'dependencia_adm_id'
field: 'dependencia_adm_priv'
}
});
......
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