Commit 8fc141df authored by GuilhermeGz's avatar GuilhermeGz
Browse files

Ajuste na exibição de avaliadores para avaliação de relatório

parent 0989a9b0
...@@ -620,7 +620,7 @@ ...@@ -620,7 +620,7 @@
</div> </div>
@php @php
$avaliacoesId = \App\AvaliacaoRelatorio::where("arquivo_id",$participante->planoTrabalho->id)->where("tipo",$tipoTemp)->pluck('user_id'); $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 @endphp
<select name="avaliadores_{{$participante->planoTrabalho->id}}_id[]" multiple <select name="avaliadores_{{$participante->planoTrabalho->id}}_id[]" multiple
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment