Commit 6d811d7c1408fbfe2ec7c0cae9e3ec902181ae8b

Authored by Bruno Noronha
1 parent 60e458a3
Exists in master and in 1 other branch 3.1

correção de rotas e controlles

src/Cacic/RelatorioBundle/Resources/config/routing.yml
@@ -148,7 +148,7 @@ cacic_faturamento_csv: @@ -148,7 +148,7 @@ cacic_faturamento_csv:
148 pattern: /faturamento/csv 148 pattern: /faturamento/csv
149 defaults: { _controller: CacicRelatorioBundle:Faturamento:faturamentoCsv } 149 defaults: { _controller: CacicRelatorioBundle:Faturamento:faturamentoCsv }
150 requirements: 150 requirements:
151 - _method: GET 151 + _method: POST
152 152
153 cacic_inativos_csv: 153 cacic_inativos_csv:
154 pattern: /inativos/csv 154 pattern: /inativos/csv
@@ -156,12 +156,6 @@ cacic_inativos_csv: @@ -156,12 +156,6 @@ cacic_inativos_csv:
156 requirements: 156 requirements:
157 _method: GET 157 _method: GET
158 158
159 -cacic_faturamento_csv_inicial:  
160 - pattern: /faturamento/csv  
161 - defaults: { _controller: CacicRelatorioBundle:Faturamento:faturamentoCsv }  
162 - requirements:  
163 - _method: POST  
164 -  
165 cacic_inativos_csv_inicial: 159 cacic_inativos_csv_inicial:
166 pattern: /inativos/csv 160 pattern: /inativos/csv
167 defaults: { _controller: CacicRelatorioBundle:Faturamento:inativosCsv } 161 defaults: { _controller: CacicRelatorioBundle:Faturamento:inativosCsv }