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
c919b4c6
Commit
c919b4c6
authored
Jul 14, 2022
by
GuilhermeGz
Browse files
Recuperação da ordem de prioridade do participante na edição da proposta
parent
2fca7a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/editaFormulario/participantes.blade.php
View file @
c919b4c6
...
...
@@ -321,7 +321,7 @@
<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
]
??
""
==
$
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