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
a9fbe7b8
Unverified
Commit
a9fbe7b8
authored
May 29, 2023
by
Edgar Vinicius Carvalho Vital
Committed by
GitHub
May 29, 2023
Browse files
Merge pull request #895 from Edgarvital/master
Alterando um if da página de analisar proposta para verificar bug
parents
c2fba180
e106f942
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
a9fbe7b8
...
...
@@ -1232,31 +1232,7 @@
$acesso
=
$avaliador
->
trabalhos
()
->
where
(
"trabalho_id"
,
$trabalho
->
id
)
->
first
()
->
pivot
->
acesso
;
$instituicao_avaliador
=
$avaliador
->
user
->
instituicao
;
@
endphp
@
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
(
true
)
@
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