diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index 44d795382673a67a15593656092bad0bcf35d48b..d8552d352d7d89f58c6ddfeb5029ece5d2cd2454 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -620,7 +620,7 @@ @php $avaliacoesId = \App\AvaliacaoRelatorio::where("arquivo_id",$participante->planoTrabalho->id)->where("tipo",$tipoTemp)->pluck('user_id'); - $avalProjeto = \App\User::whereNotIn('id', $avaliacoesId)->where('tipo','!=','participante')->where('id','!=',$trabalho->proponente_id)->get(); + $avalProjeto = \App\User::whereNotIn('id', $avaliacoesId)->where('tipo','avaliador')->get(); @endphp + +
diff --git a/resources/views/evento/formulario/participantes.blade.php b/resources/views/evento/formulario/participantes.blade.php index 8a68a35b9cbd8d277348d455fd0bf3516a1efbcf..9d1fcaad3f8f076c91cb8f2e918fc27388ad1877 100755 --- a/resources/views/evento/formulario/participantes.blade.php +++ b/resources/views/evento/formulario/participantes.blade.php @@ -25,19 +25,21 @@
-
- - @if(isset(old('marcado')[$i])) + +
- + +