File tree 2 files changed +5
-1
lines changed
src/protected/application/lib/MapasCulturais/Controllers
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Todas as mudanças notáveis no projeto serão documentadas neste arquivo.
4
4
O formato é baseado no [ Keep a Changelog] ( https://keepachangelog.com/pt-BR/1.0.0/ )
5
5
e este projeto adere ao [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 5.8.15] - 2024-02-16
8
+ ### Coreções
9
+ - Corrige a aba de avaliações da oportunidade onde poderiam algumas avaliações não serem exibidas e outras duplicadas.
10
+
7
11
## [ 5.8.14] - 2024-01-26
8
12
### Melhorias
9
13
- Corrige verificação do valor no hook de que pega os campos entre fases
Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ function API_findEvaluations($opportunity_id = null) {
851
851
valuer_user_id IN( {$ users }) AND
852
852
registration_id IN ( {$ registration_ids })
853
853
$ sql_status
854
- ORDER BY registration_sent_timestamp ASC
854
+ ORDER BY registration_sent_timestamp, valuer_user_id ASC
855
855
$ sql_limit
856
856
" , $ params );
857
857
You can’t perform that action at this time.
0 commit comments