Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
132c20ef
Commit
132c20ef
authored
2 years ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
Resgate de area de área tematica quando a submissão não funcionou
parent
f8b1b7d8
master
carl-branch
dependabot/composer/symfony/http-kernel-4.4.50
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/json5-and-json5-2.2.3
dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
dependabot/npm_and_yarn/minimist-and-mkdirp-1.2.8
dependabot/npm_and_yarn/qs-and-express-6.11.0
excluir_projeto_submetido
updates_mar
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/evento/formulario/projeto.blade.php
+1
-2
resources/views/evento/formulario/projeto.blade.php
with
1 addition
and
2 deletions
+1
-2
resources/views/evento/formulario/projeto.blade.php
View file @
132c20ef
...
@@ -72,8 +72,7 @@
...
@@ -72,8 +72,7 @@
<select
class=
"form-control @error('area_tematica_id') is-invalid @enderror"
id=
"areaTematica"
name=
"area_tematica_id"
>
<select
class=
"form-control @error('area_tematica_id') is-invalid @enderror"
id=
"areaTematica"
name=
"area_tematica_id"
>
<option
value=
""
disabled
selected
hidden
>
-- Área Tematica--
</option>
<option
value=
""
disabled
selected
hidden
>
-- Área Tematica--
</option>
@foreach($areaTematicas as $areaTematica)
@foreach($areaTematicas as $areaTematica)
<option
@
if
(
old
('
area_tematica_id
')
!==
null
?
old
('
area_tematica_id
')
:
(
isset
($
rascunho
)
?
$
rascunho-
>
area_tematica_id : '')
<option
@
if
((
old
('
area_tematica_id
')
??
""
) =
=
$
areaTematica-
>
id) selected @endif value="{{$areaTematica->id}}">{{$areaTematica->nome}}
</option>
== $areaTematica->id ) selected @endif value="{{$areaTematica->id}}">{{$areaTematica->nome}}
</option>
@endforeach
@endforeach
</select>
</select>
@error('area_tematica_id')
@error('area_tematica_id')
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help