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
94367c34
Commit
94367c34
authored
Jun 09, 2022
by
unknown
Browse files
Removendo informações desnecessarias do rascunho do projeto(Edital extensão)
parent
0f60dd1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
94367c34
...
@@ -362,6 +362,7 @@ class TrabalhoController extends Controller
...
@@ -362,6 +362,7 @@ class TrabalhoController extends Controller
$grandeAreas
=
GrandeArea
::
all
();
$grandeAreas
=
GrandeArea
::
all
();
$areas
=
Area
::
all
();
$areas
=
Area
::
all
();
$subareas
=
Subarea
::
all
();
$subareas
=
Subarea
::
all
();
$areasTematicas
=
AreaTematica
::
all
();
$funcaoParticipantes
=
FuncaoParticipantes
::
all
();
$funcaoParticipantes
=
FuncaoParticipantes
::
all
();
$participantes
=
$projeto
->
participantes
;
$participantes
=
$projeto
->
participantes
;
$participantesUsersIds
=
Participante
::
where
(
'trabalho_id'
,
$id
)
->
select
(
'user_id'
)
->
get
();
$participantesUsersIds
=
Participante
::
where
(
'trabalho_id'
,
$id
)
->
select
(
'user_id'
)
->
get
();
...
@@ -379,6 +380,7 @@ class TrabalhoController extends Controller
...
@@ -379,6 +380,7 @@ class TrabalhoController extends Controller
'estados'
=>
$this
->
estados
,
'estados'
=>
$this
->
estados
,
'visualizar'
=>
true
,
'visualizar'
=>
true
,
'enum_turno'
=>
Participante
::
ENUM_TURNO
,
'enum_turno'
=>
Participante
::
ENUM_TURNO
,
'areasTematicas'
=>
$areasTematicas
,
]);
]);
}
}
...
...
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
94367c34
...
@@ -19,9 +19,10 @@
...
@@ -19,9 +19,10 @@
>
{{ App\Proponente::where('id', $projeto->proponente_id)->first()->linkLattes }}
</a>
>
{{ App\Proponente::where('id', $projeto->proponente_id)->first()->linkLattes }}
</a>
@endif
@endif
</div>
</div>
@if( (Auth::user()->avaliadors != null)
&&
(Auth::user()->avaliadors->tipo != 'Externo' || Auth::user()->avaliadors->tipo == null))
@if( (Auth::user()->avaliadors != null)
&&
(Auth::user()->avaliadors->tipo != 'Externo' || Auth::user()->avaliadors->tipo == null)
&&
($edital->natureza_id != 3 || $projeto->status != "rascunho"))
<!-- só pagar oq tem dps do || para funcionar para submetido e rascunho! EXTENSÃO(3)!!! -->
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<br>
<br>
<b
style=
"color: #4D4D4D;"
>
Grupo de Pesquisa:
</b>
<b
style=
"color: #4D4D4D;"
>
Grupo de Pesquisa:
</b>
...
@@ -36,6 +37,15 @@
...
@@ -36,6 +37,15 @@
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
</div>
@endif
@endif
@if($edital->natureza_id == 3)
<div
class=
"col-md-12"
>
<br>
<b
style=
"color: #4D4D4D;"
>
Área Temática:
</b>
<a
style=
"color: #4D4D4D;"
>
{{App\AreaTematica::where('id', $projeto->area_tematica_id)->first()->nome}}
</a>
</div>
@endif
@if($projeto->modalidade!=null)
@if($projeto->modalidade!=null)
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<br>
<br>
...
...
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