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
95ba8f12
Commit
95ba8f12
authored
Jul 15, 2022
by
unknown
Browse files
Correção de erro ao buscar prioridade do discente
parent
f67eb964
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/editaFormulario/participantes.blade.php
View file @
95ba8f12
...
@@ -321,7 +321,8 @@
...
@@ -321,7 +321,8 @@
<select
name=
"ordem_prioridade[]"
class=
"form-control"
>
<select
name=
"ordem_prioridade[]"
class=
"form-control"
>
<option
value=
""
selected
>
-- ORDEM --
</option>
<option
value=
""
selected
>
-- ORDEM --
</option>
@for($j = 1; $j
<
=
$
edital-
>
numParticipantes; $j++)
@for($j = 1; $j
<
=
$
edital-
>
numParticipantes; $j++)
<option
@
if
(
old
('
total_periodos
')[$
i
]
??
$
participante-
>
ordem_prioridade == $j ) selected @endif value="{{ $j }}">{{ $j }}
</option>
<option
@
if
(
old
('
total_periodos
')[$
i
]
??
($
participante-
>
ordem_prioridade ?? '') == $j ) selected @endif value="{{ $j }}">{{ $j }}
</option>
@endfor
@endfor
</select>
</select>
...
...
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