Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
da59993f
"database/seeders/FuncaoParticipanteSeeder.php" did not exist on "dd7e00a62d1aa5b34e3274337db7461feef25844"
Unverified
Commit
da59993f
authored
May 29, 2023
by
Edgar Vinicius Carvalho Vital
Committed by
GitHub
May 29, 2023
Browse files
Merge pull request #896 from Edgarvital/master
Revert no teste
parents
a9fbe7b8
b079445d
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
da59993f
...
...
@@ -1232,7 +1232,31 @@
$acesso
=
$avaliador
->
trabalhos
()
->
where
(
"trabalho_id"
,
$trabalho
->
id
)
->
first
()
->
pivot
->
acesso
;
$instituicao_avaliador
=
$avaliador
->
user
->
instituicao
;
@
endphp
@
if
(
true
)
@
if
(
(
$acesso
==
null
&&
$avaliador
->
tipo
==
"Externo"
)
||
$acesso
==
1
||
$acesso
==
3
||
(
(
$instituicao_avaliador
!=
"UFAPE"
&&
$instituicao_avaliador
!=
"Universidade Federal do Agreste de Pernambuco"
)
&&
$avaliador
->
tipo
==
null
&&
(
$acesso
==
null
||
$acesso
==
1
||
$acesso
==
3
)
)
)
@
if
(
$evento
->
tipoAvaliacao
==
'form'
)
<
div
class
=
"col-sm-1"
>
<
img
src
=
"
{
{asset('img/icons/usuario.svg')}
}
"
style
=
"width:60px"
alt
=
""
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment