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
bbd58b29
"resources/vscode:/vscode.git/clone" did not exist on "800c987e3dce94cd3698c2e878015d7b25282de4"
Commit
bbd58b29
authored
Jul 05, 2022
by
GuilhermeGz
Browse files
Retirada da mudança de status do projeto quando o mesmo é avaliado por um ad hoc
parent
dc9c326c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/AvaliadorController.php
View file @
bbd58b29
...
@@ -236,8 +236,6 @@ class AvaliadorController extends Controller
...
@@ -236,8 +236,6 @@ class AvaliadorController extends Controller
}
}
$avaliador
=
$user
->
avaliadors
->
where
(
'user_id'
,
$user
->
id
)
->
first
();
$avaliador
=
$user
->
avaliadors
->
where
(
'user_id'
,
$user
->
id
)
->
first
();
$trabalho
=
$avaliador
->
trabalhos
->
find
(
$request
->
trabalho_id
);
$trabalho
=
$avaliador
->
trabalhos
->
find
(
$request
->
trabalho_id
);
$trabalho
->
status
=
'avaliado'
;
$trabalho
->
save
();
$data
=
Carbon
::
now
(
'America/Recife'
);
$data
=
Carbon
::
now
(
'America/Recife'
);
if
(
$request
->
anexoParecer
==
''
){
if
(
$request
->
anexoParecer
==
''
){
if
(
$evento
->
tipo
==
"PIBEX"
){
if
(
$evento
->
tipo
==
"PIBEX"
){
...
...
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