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
pad-upe
Commits
4a77de7e
Commit
4a77de7e
authored
Apr 16, 2023
by
alissonalbuquerque
Browse files
add correção de search em cadastro de avaliadores em pad
parent
176e6b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliator-pad/form.blade.php
View file @
4a77de7e
...
@@ -79,7 +79,12 @@
...
@@ -79,7 +79,12 @@
allowClear: true,
allowClear: true,
ajax: {
ajax: {
url: '{{ route("
user_search
") }}',
url: '{{ route("
user_search
") }}',
data: {remove_avaliators_by_pad_id :
{
{$pad->id}}
}
,
data: function(params) {
return {
q: params.term,
remove_avaliators_by_pad_id :
{
{$pad->id}
}
}
},
dataType: 'json'
dataType: 'json'
},
},
dropdownParent: $('#modal')
dropdownParent: $('#modal')
...
...
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