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
"app/Policies/AdminPolicy.php" did not exist on "407861f5a18d5bd6bf2dceb020b99dc7fc09bf9b"
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 @@
<select
name=
"ordem_prioridade[]"
class=
"form-control"
>
<option
value=
""
selected
>
-- ORDEM --
</option>
@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
</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