Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
f9cdd7c3
Commit
f9cdd7c3
authored
Mar 09, 2022
by
Charlotte Bataille
Browse files
feat/18593 : fix typeahead
parent
941b783d
Pipeline
#16675
failed with stages
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Resources/view/recordsManagement/archive/search.html
View file @
f9cdd7c3
...
...
@@ -902,10 +902,11 @@
/* -- EDITION MODAL -- */
var
organizations
=
new
Bloodhound
({
datumTokenizer
:
Bloodhound
.
tokenizers
.
obj
.
whitespace
(
'
display
Name
'
),
datumTokenizer
:
Bloodhound
.
tokenizers
.
obj
.
whitespace
(
'
org
Name
'
),
queryTokenizer
:
Bloodhound
.
tokenizers
.
whitespace
,
prefetch
:
{
url
:
'
/organizations/todisplay?orgUnit=true
'
,
//url: '/organizations/todisplay?orgUnit=true',
url
:
'
/originator
'
,
ttl
:
'
0
'
},
limit
:
100
...
...
Write
Preview
Supports
Markdown
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